Search found 4 matches

by otaviorievert
Fri Mar 01, 2013 1:05 pm
Forum: Open Source Nagios Projects
Topic: NAGIOS STATUS Unknown "USAGE:"
Replies: 9
Views: 6553

Re: NAGIOS STATUS Unknown "USAGE:"

slansing wrote:You should remove one of those two service definitions, also you will need to remove the extra spaces between the -l parameters and the flag:

From:

Code: Select all

check_command check_nt!CPULOAD!-l  5,80,90
To:

Code: Select all

check_command check_nt!CPULOAD!-l 5,80,90
I do that, but the error still occurs.
by otaviorievert
Fri Mar 01, 2013 8:16 am
Forum: Open Source Nagios Projects
Topic: NAGIOS STATUS Unknown "USAGE:"
Replies: 9
Views: 6553

Re: NAGIOS STATUS Unknown "USAGE:"

These are definitions for hard disk volume checks, not cpu load. Which do you want to work on first? If disk checks, I need the error you are receiving, if load, I will need the definitions for those commands. The error occurs on CPULOAD and USEDDISKSPACE, on nagios they get the unknown status and ...
by otaviorievert
Thu Feb 28, 2013 6:15 am
Forum: Open Source Nagios Projects
Topic: NAGIOS STATUS Unknown "USAGE:"
Replies: 9
Views: 6553

Re: NAGIOS STATUS Unknown "USAGE:"

Of course. define service { host_name SrvBKP01 notification_options w,u,c,r service_description HardDrive C service_description HardDrive check_command check_nt!USEDDISKSPACE!-l C -w 80 -c 90 } define service { use generic-service service_description Disco C host_name SrvBKP01 notification_options w...
by otaviorievert
Wed Feb 27, 2013 1:42 pm
Forum: Open Source Nagios Projects
Topic: NAGIOS STATUS Unknown "USAGE:"
Replies: 9
Views: 6553

NAGIOS STATUS Unknown "USAGE:"

Hi guys! And afternoon.

Right now I installed the nagios core 3.XX and already configure the NSClient++ on the windows hosts. But, when I go to nagios page, I see the following error

SrvNAME - CPU Load - UNKNOWN 02-27-2013 15:28:46 6d 7h 5m 43s 3/3 Usage:

Someone knows how to fix it? :roll: