-
Notifications
You must be signed in to change notification settings - Fork 72
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
Provide a complete example for master-client configuration #14
Comments
Reason behind the Errors was absence of the PuppetDb. After following the guide [1], and updating the Puppet Agent nodes before updating Puppet Master, I was able to setup Nagios in Server-Client configuration. While I am using CentOS 6.5, I had to change manifests/params.pp so that 'CentOS' was listed next to "Fedora":
At the end, there was an issue with the missing /var/run/nagios folder, that could be fixed with the snippet [2]. Dan [1] http://docs.puppetlabs.com/puppetdb/latest/connect_puppet_master.html [2]
|
This all makes a lot of sense. The exported resources are required, so PuppetDB makes that work. Regarding the params.pp change, unfortunately that's because there are multiple nagios and nrpe packages our there, with no one standard place for configuration and run files :-( I'll try to update the module so that it's possible to override the relevant paths using hiera. |
The defaults for the configuration and /var/run directories should be fixed now, to be the EPEL ones. See 8021791 and please let me know how it goes! (you shouldn't need to edit params.pp nor the mkdir exec anymore) |
Matthias Thank you for the reply and patched. I have tried following:
But it is failing with
Dan |
Given what the message says, you probably need to rename the .tar.gz file to match the forge naming. Something like "thias-nagios-0.4.4.tar.gz" might work. You might also have to rename |
Guys quick question. Your are using PuppetDB for storing configuration of Nagios. Is any way to install multiple independent instance of Nagios Server using same Puppet Master? |
Hi All, We I have a question how can i install nagios core and nagios-plugin and nrpe from puppet (over the puppet) we should use source files for nagios core and plugin and nrpe or can we use rpm or repository? And also could use share a sample installation for nagios server,plugin,nrpe from puppet configuration? Thanks |
First of all - thank you for great Puppet module!
In my case, nagios master and nagios client were successfully installed in default configuration.
Unfortunately, nagios master does not start due to:
I was wondering whether it would be possible to provide configuration instructions on setting up 1 master and 1 client env. It would be great should the instruction cover setting up one or two basic services, such as ping or cpu usage
Sincerely
Dan
The text was updated successfully, but these errors were encountered: