Search found 10 matches
- Tue Feb 04, 2014 5:36 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios reporting same results for all hosts
- Replies: 17
- Views: 7267
Re: Nagios reporting same results for all hosts
Progress. After reading through the doc some more and finding another example online I found that for my service definitions if I add check_nrpe! as a prefix to check_xxxx it is now pulling the correct values. Now I just need to find the NRPE command for check_procs as that is failing.
- Tue Feb 04, 2014 4:58 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios reporting same results for all hosts
- Replies: 17
- Views: 7267
Re: Nagios reporting same results for all hosts
Yup, I've done all that and I can run a check_user command manually and pull a value over with NRPE. That mechanism is in place on just a couple remote machines at the moment, I wanted to get one or two working before doing a full site wide deployment. So with that said I edited my nagios.cfg and co...
- Tue Feb 04, 2014 4:44 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios reporting same results for all hosts
- Replies: 17
- Views: 7267
Re: Nagios reporting same results for all hosts
Ok I made the changes outlined and removed the "local" from the remote host services.cfg. When I attempted to restart the nagios service it failed stating it couldn't find all the check_xxxx commands for each of the defined remote machines. I then went into commands.cfg and added these bel...
- Tue Feb 04, 2014 4:16 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios reporting same results for all hosts
- Replies: 17
- Views: 7267
Re: Nagios reporting same results for all hosts
Excellent! I knew it was likely something trivial and easy to overlook. I'll make my changes now and report back. Thank you 
- Tue Feb 04, 2014 3:23 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios reporting same results for all hosts
- Replies: 17
- Views: 7267
Re: Nagios reporting same results for all hosts
Doing some trial and error I figure out that any changes I make to localhost.cfg is reflected through all my remote hosts. So even though my service.cfg defince "generic-service" and my hosts.cfg defines "generic-hosts" it is still using the localhost.cfg file for all my hosts. I...
- Tue Feb 04, 2014 3:05 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios reporting same results for all hosts
- Replies: 17
- Views: 7267
Re: Nagios reporting same results for all hosts
bump, thanks!
- Tue Feb 04, 2014 11:15 am
- Forum: Open Source Nagios Projects
- Topic: Nagios reporting same results for all hosts
- Replies: 17
- Views: 7267
Re: Nagios reporting same results for all hosts
Sorry it has taken so long for me to get back to everyone. Here are the examples. I sitll have not been able to get this working. I have nagios 4.0.2 fresh install on scientific 6.4 x64. Web front-end is up and running. the two hosts defined in my hosts file are configured with nrpe and I can do a c...
- Wed Jan 22, 2014 4:57 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios reporting same results for all hosts
- Replies: 17
- Views: 7267
Re: Nagios reporting same results for all hosts
You are using the "local-service" templates for your remote system checks. The local-service template should only be used for localhost. You will need to use nrpe or another agent of your choice to check the remote systems. Use the "generic-service" template for the remote servi...
- Thu Jan 09, 2014 2:28 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios reporting same results for all hosts
- Replies: 17
- Views: 7267
Re: Nagios reporting same results for all hosts
The files are quite lengthy I will give you a snipit. ## Default linux Host Template ## define host{ name linux-box ; Name of this template use generic-host ; Inherit default values check_period 24x7 check_interval 5 retry_interval 1 max_check_attempts 10 check_command check-host-alive notification_...
- Thu Jan 09, 2014 12:20 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios reporting same results for all hosts
- Replies: 17
- Views: 7267
Nagios reporting same results for all hosts
I have nagios core 4.0.2 installed on Linux - Scientific 6.4. I have about 70 RedHat workstation and server clients added to the hosts and localhosts.cfg files. I have all my services defined for each host and everything looks like it's supposed to. The problem I'm having is all my metrics are the s...