Search found 8 matches

by zul.shariff
Thu Oct 27, 2011 12:27 pm
Forum: Nagios XI
Topic: Monitoring Primary Port on Cisco WAAS device
Replies: 1
Views: 277

Monitoring Primary Port on Cisco WAAS device

Recently we upgraded the IOS on the Cisco WAAS device and now we get this false alert: Critical GigabitEthernet 1/0:DOWN, GigabitEthernet 1/0:UP, GigabitEthernet 1/0:DOWN: 2 int NOK : CRITICAL We can ping the port from the Nagios host. The check_command is as follows: check_snmp_int.pl -H $HOSTADDRE...
by zul.shariff
Wed Oct 05, 2011 3:18 pm
Forum: Nagios XI
Topic: monitor apc ups using the check_apcupsd plug-in
Replies: 8
Views: 1726

Re: monitor apc ups using the check_apcupsd plug-in

3551 is the apcupsd port so it's not going to work until I figure that out or try another plug-in that uses snmp.
by zul.shariff
Wed Oct 05, 2011 2:11 pm
Forum: Nagios XI
Topic: monitor apc ups using the check_apcupsd plug-in
Replies: 8
Views: 1726

Re: monitor apc ups using the check_apcupsd plug-in

[root@fsrvclonms1 libexec]# /sbin/apcaccess status 10.6.0.7:3551 FATAL ERROR in apcaccess.c at line 243 tcp_open: cannot connect to server 10.6.0.7 on port 3551. ERR=Connection refused The UPS is connected to the server (10.6.0.7) via a USB cable. PowerchuteBusinessEdition is installed on the server...
by zul.shariff
Tue Oct 04, 2011 5:19 pm
Forum: Nagios XI
Topic: monitor apc ups using the check_apcupsd plug-in
Replies: 8
Views: 1726

Re: monitor apc ups using the check_apcupsd plug-in

For this it is the lowercase -h. It dose not like upper case H [root@fsrvclonms1 libexec]# ./check_apcupsd -c 95 -H 10.6.0.7 -w 75 bcharge ./check_apcupsd: illegal option -- H usage: check_apcupsd [-c critical_value] [-h hostname] [-p port] [-w warning_value] <bcharge|itemp|loadpct|timeleft|linefail...
by zul.shariff
Tue Oct 04, 2011 4:23 pm
Forum: Nagios XI
Topic: monitor apc ups using the check_apcupsd plug-in
Replies: 8
Views: 1726

Re: monitor apc ups using the check_apcupsd plug-in

I got that and my command is correct as I don't get any error messages or the help screen.
I am just not getting any output.
by zul.shariff
Mon Oct 03, 2011 5:41 pm
Forum: Nagios XI
Topic: monitor apc ups using the check_apcupsd plug-in
Replies: 8
Views: 1726

monitor apc ups using the check_apcupsd plug-in

I installed the check_apcupsd plug-in and did a test from the command line and I get no results or errors. ./check_apcupsd -c 50 -h <server name> -w 75 bcharge I typed in the actual server name to which the UPS is connected via USB cable and we can monitor it using the APC application Powerchute Bus...
by zul.shariff
Wed Feb 02, 2011 3:27 pm
Forum: Nagios XI
Topic: check_mssql_health unable to aquire counter data
Replies: 3
Views: 2634

check_mssql_health unable to aquire counter data

I installed the above plugin along with DBD::Sybase. It works for --mode=connected-users but fails for modes such as total-server-memory. The error I get is as follows: UNKNOWN - unable to aquire counter data Wed Feb 2 13:24:15 2011: disconnecting DBD with handle the command I used is: ./check_mssql...
by zul.shariff
Mon Jan 24, 2011 2:32 pm
Forum: Nagios XI
Topic: Change host name for mysql server
Replies: 1
Views: 229

Change host name for mysql server

When connecting to core configuration manager' I get the following error:
Error while connecting to database:
[fsrvnms1] Connection to the database server has failed by reason:
Unknown MySQL server host 'fsrvnms1' (1)

What file holds the connect string so I can change it?