-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Icinga2 custom config dir (not /etc/...) #543
Comments
Ok, nvm, i think I've found it in the globals.pp. Just need to figure out where to set the $conf_dir variable. |
Correct, we split this. Not everyone should do that... and we won't support that. |
Is there a way i can add into data/ directory? So, i could have my .yaml for our linux distro. Think this would be the best way. Can't find where it's selected which .yaml to use for global cofig. tnx |
Depends on your hierarchy. All key has to be like icinga2::globals::conf_dir: /etc/icinga2 see data/*.yaml of the module itself. |
Hi, Thanks for the help and for the module also! br |
Thx for using the module and for yout feedback. |
Hi,
i have my custom built icinga2 rpm (for reasons beyond my paygrade), which gets installed into /home/myuser/myusers-monitoring-system. All configs, certs and everything is under this directory (basically i'm setting CMAKE_INSTALL_SYSCONFDIR when building). Is there a way to tell the puppet-icinga2 module that sysconfdir is not /etc but in /home/myuser/...?
And thanks for this puppet module!
br
mm
The text was updated successfully, but these errors were encountered: