-
Notifications
You must be signed in to change notification settings - Fork 8
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
Build Kubernetes-icinga.go #9
Comments
How did you try to build it? Did you include all files in pkg/controller? |
thanks you ! |
i followed this tutorial : https://liet.me/2018/03/29/kubernetes-monitoring-with-icinga2/ But i don't know if its was a good idea beacause at the end i don't understand how to "launch" the app |
There are sample files in the deploy directory to run this in Kubernetes so that it basically configures Icinga to monitor the cluster it is running in. The tutorial suggests that you run it somewhere outside the cluster which is ok as well, but I don't have any example files for that. |
ok i understand i will try with your method but I'm having a problem with Review and create the RBAC configuration (kubectl apply -f deploy / rbac.yaml) when i try to do that it is an error known to the community but the way to fix it would be to execute this: Thanks you so much for your help |
Do you have the required privileges (probably admin) on the target cluster? |
I m the admin but i think when i execute that i don't have admin privileges. |
i have this error when i try to build kubernetes-icinga.go :
command-line-arguments
./kubernetes-icinga.go:82:8: undefined: Controller
./kubernetes-icinga.go:92:16: undefined: HostGroupMapping
./kubernetes-icinga.go:94:16: undefined: HostMapping
./kubernetes-icinga.go:96:16: undefined: HostGroupMapping
Do you know why ? he don't know this values ?
thanks
The text was updated successfully, but these errors were encountered: