-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datasource not offering any Site/Hosts/Services #36
Comments
Administrator permissions are needed to read all hosts from WATO. |
how do you send the URL and USER/PASS values as env_vars? I'm trying to add these using helm deployment, the installation of the plugin works but i'm having trouble in assigning the 3 needed values as env_vars. thanks! |
@lucianpatian I feel like your question should be in an issue on its own. Personally, I didn't give USER/PASS via env, but configured them once. The volume takes ensures my configuration stays persistent. |
i actually didn't open an issue because i was just asking for an advice and found this as closest to it. basically i'm trying to automate the entire plugin installation via helm charts, i was able to install it but i'm having trouble in sending the URL and API credentials as env_vars. cheers! |
We no longer support using Checkmk 1.6.0 with this plugin. We still have some troubles regarding permissions, and we use #100 to track them, we will probably update the documentation to mention which permissions are required for the Grafana user in Checkmk. |
Our installation:
Grafana is running via docker:
When configuring the plugin, it is shown with a red "unsigned"-badge. Aside from that it accepts my credentials for CheckMK and shows
Datasource is working
when saving.However, when creating a new panel there are no sites, hosts or services being offered after selecting "CheckMK" as datasource. The CheckMK user for the login had access to around 8-9 machines before switching to an automation password.
Update: This is a permission issue. When using an administrator account, the Hosts become selectable. There is no mention of any required permissions as far as I can see. What permissions are needed?
The text was updated successfully, but these errors were encountered: