Search found 2 matches

by jroberts001
Fri Apr 20, 2012 12:56 pm
Forum: Open Source Nagios Projects
Topic: New Host Retrieving Local Stats
Replies: 4
Views: 1598

Re: New Host Retrieving Local Stats

Ok, I see what I am doing wrong..... define service{ use generic-service ; Name of service template to use host_name Web1 service_description Root Partition check_command check_local_disk!20%!10%!/ } however, when I change check_local_disk to check_disk I receive a configuration error, what should m...
by jroberts001
Fri Apr 20, 2012 11:14 am
Forum: Open Source Nagios Projects
Topic: New Host Retrieving Local Stats
Replies: 4
Views: 1598

New Host Retrieving Local Stats

Greetings, I have created a new host config and it is reporting localhost stats. I have checked with check_nrpe and the host returns the NRPE Version. Below is my host definition, any insight to what I could be doing wrong is greatly appreciated. define host{ use linux-server ; Name of host template...