Search found 77 matches

by xerez
Fri Sep 25, 2015 4:05 am
Forum: Open Source Nagios Projects
Topic: Trends doesn't show anything
Replies: 5
Views: 1694

Trends doesn't show anything

Hi, when i try to see these features, it doesn't show anything. For example, I select "Service", "CPU Load" and "Last 24 Hours", but the graph is empty. Why? Also, if I access to "Trends" in "Reports", I can't select the host, only appear "-- Se...
by xerez
Thu Jun 11, 2015 2:58 am
Forum: Open Source Nagios Projects
Topic: The output for check disk doesn't show space used
Replies: 4
Views: 1572

Re: The output for check disk doesn't show space used

Yes, that was, now works well! Very thanks!
by xerez
Wed Jun 10, 2015 4:07 am
Forum: Open Source Nagios Projects
Topic: The output for check disk doesn't show space used
Replies: 4
Views: 1572

The output for check disk doesn't show space used

Hi, I am trying monitoring the space disk with NRPE. I use this command: command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c CheckDriveSize -a ShowAll MinWarnFree=$ARG1$ MinCritFree=$ARG$ Drive=$ARG3$ From terminal, when I run this for monitoring a Windows XP host works fine: nagios@localhost:/usr/l...
by xerez
Thu Jun 04, 2015 6:22 am
Forum: Open Source Nagios Projects
Topic: Nagios doesn't start with the system.
Replies: 5
Views: 1644

Re: Nagios doesn't start with the system.

Yes, my distro is Debian. Finally it ran with:

Code: Select all

update-rc.d -f nagios defaults 99
ln -s /etc/init.d/nagios /etc/rcS.d/S99nagios
Thanks!
by xerez
Wed Jun 03, 2015 4:24 am
Forum: Open Source Nagios Projects
Topic: Nagios doesn't start with the system.
Replies: 5
Views: 1644

Nagios doesn't start with the system.

Hi, when I start the machine, Nagios doesn't start. Why?

I created a link with:

Code: Select all

ln -s /etc/init.d/nagios /etc/rcS.d/S99nagios
And no there errors when I run:

Code: Select all

/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
Also, Nagios start without problems with:

Code: Select all

/etc/init.d/nagios start
by xerez
Mon Jun 01, 2015 4:56 am
Forum: Open Source Nagios Projects
Topic: Help for understand check_load
Replies: 6
Views: 2612

Re: Help for understand check_load

Yes, that was the problem. Thanks.
by xerez
Fri May 29, 2015 4:14 am
Forum: Open Source Nagios Projects
Topic: Help for understand check_load
Replies: 6
Views: 2612

Re: Help for understand check_load

Thanks, now I am trying run this: nagios@localhost:/usr/local/nagios/libexec$ ./check_nrpe -H <host ip> -c check_load -a '-w 2,0.9,0.95 -c 4,0.95,1' OK - load average: 0.00, 0.01, 0.05|load1=0.000;15.000;30.000;0; load5=0.010;10.000;25.000;0; load15=0.050;5.000;20.000;0; But the warnings and critica...
by xerez
Thu May 28, 2015 7:24 am
Forum: Open Source Nagios Projects
Topic: Help for understand check_load
Replies: 6
Views: 2612

Help for understand check_load

Hi, I don't understand all of the output of that command. Can anyone explain me? Thanks. nagios@localhost:/usr/local/nagios/libexec$ ./check_load -w 2,0.90,0.95 -c 4,0.95,1 OK - load average: 0.00, 0.01, 0.05|load1=0.000;2.000;4.000;0; load5=0.010;0.900;0.950;0; load15=0.050;0.950;1.000;0; How it ca...