Search found 24 matches

by NagiosNewbis
Wed Jul 24, 2013 6:46 pm
Forum: Open Source Nagios Projects
Topic: Check_OpenManage.php
Replies: 2
Views: 1497

Check_OpenManage.php

Hi; I just added the check_openmanage perl script plug in to my Nagios Core for monitoring the server temperature on my DELL servers, subject to the provided documentation, there is a check_openmanage.php app which allow me to show the graphic output, how can I put it to my installation? I donwload ...
by NagiosNewbis
Wed Jul 24, 2013 6:33 pm
Forum: Open Source Nagios Projects
Topic: CPU Temperature
Replies: 6
Views: 4655

Re: CPU Temperature

Found the correct syntax. I should use "0=" in front of the figure to custom the reading value.

/usr/lib/nagios/plugin/check_openmanage --only temp -H $HOSTADDRESS$ -C $COMMUNITY$ -p 12489 -w 0=10 -c 0=17
by NagiosNewbis
Wed Jul 24, 2013 2:13 pm
Forum: Open Source Nagios Projects
Topic: CPU Temperature
Replies: 6
Views: 4655

Re: CPU Temperature

Hello all; I tried to modify the -w (warning) and -c (critical) figure to 10 and 17 respectively like below in order to test if the Nagios will send me an alert even the currently temperature reading on server is 17c which is normal. However, when I check the Nagios webpage, the monitor still shows ...
by NagiosNewbis
Thu Jul 04, 2013 5:33 pm
Forum: Open Source Nagios Projects
Topic: Riverbed plugin
Replies: 3
Views: 1778

Re: Riverbed plugin

Hi; after looking to the error message I found, I doubt, it is caused by the Error.pm module of Perl is not installed. How can I install the Error.pm properly? I tried this perl -MCPAN -e 'install Error' but return that Result: FAIL Failed 13/15 test programs. 0/10 subtests failed. make: *** [test_d...
by NagiosNewbis
Thu Jul 04, 2013 2:22 pm
Forum: Open Source Nagios Projects
Topic: Riverbed plugin
Replies: 3
Views: 1778

Riverbed plugin

Hi; Does anyone know the configuration of Riverbed plugin? I put to my Nagios Core but it display "Criticals" in Status column without status information. This plugin downloaded from here "https://code.google.com/p/nagios-riverbedstatus/downloads/list", what will be check with us...
by NagiosNewbis
Fri May 24, 2013 5:04 pm
Forum: Open Source Nagios Projects
Topic: Do not receive alert email
Replies: 6
Views: 2322

Re: Do not receive alert email

after checking the /var/spool/mail/nagios log file, I found that the email was blocked by RBL due to the reply domain is xxx@local.localdomain, but after I changed the host name and the domain in hosts file, I still not able to see my email yet. Also, I cannot see my new nagios mail files in /var/sp...
by NagiosNewbis
Thu May 23, 2013 5:32 pm
Forum: Open Source Nagios Projects
Topic: Do not receive alert email
Replies: 6
Views: 2322

Re: Do not receive alert email

I disable the retention_status_information, then restart the service, looks like it recheck all service and reset all attempts.
by NagiosNewbis
Thu May 23, 2013 5:26 pm
Forum: Open Source Nagios Projects
Topic: Do not receive alert email
Replies: 6
Views: 2322

Re: Do not receive alert email

I found that the attempts is 10/10, how can I reset it? i tried to do it under the webpage of Nagios but I got the error like like ... Error: Could not open command file '/usr/local/nagios/var/rw/nagios.cmd' for update! The permissions on the external command file and/or directory may be incorrect. ...
by NagiosNewbis
Thu May 23, 2013 2:35 pm
Forum: Open Source Nagios Projects
Topic: Do not receive alert email
Replies: 6
Views: 2322

Do not receive alert email

Hi; I changed the "max_check_attempts" to 10 but I do not receive any alert email. I saw the alerts 3 times yesterday then it stopped, I want to continue send alert until the problem solved. So, what should I check here? define service{ name generic-service ; The 'name' of this service tem...
by NagiosNewbis
Wed May 22, 2013 4:34 pm
Forum: Open Source Nagios Projects
Topic: How to use snmp to check MySQL replication or Clustering
Replies: 1
Views: 1262

How to use snmp to check MySQL replication or Clustering

Hi; I have two Linux server running MySQL in clustering mode, in which the primary MySQL will replicate data to the secondary host. How can I use snmp to monitor the clustering or replication between two MySQL boxes? Where should I start? The clustering or replication of these two hosts were configu...