Search found 23 matches

by LHammonds
Thu Jul 05, 2012 5:10 pm
Forum: Open Source Nagios Projects
Topic: check_snmp on Ubuntu Server 12.04 - Bug?
Replies: 11
Views: 8124

Re: check_snmp on Ubuntu Server 12.04 - Bug?

Luc Comtois on the UbuntuForums posted the following which solved this problem: Reference Link cd /usr/share/mibs/netsnmp wget ftp://ftp.cisco.com/pub/mibs/v2/SNMPv2-MIB.my wget ftp://ftp.cisco.com/pub/mibs/v1/RFC1213-MIB.my wget ftp://ftp.cisco.com/pub/mibs/v2/IANAifType-MIB.my wget ftp://ftp.cisc...
by LHammonds
Fri Jun 08, 2012 1:36 pm
Forum: Open Source Nagios Projects
Topic: check_snmp on Ubuntu Server 12.04 - Bug?
Replies: 11
Views: 8124

Re: check_snmp on Ubuntu Server 12.04 - Bug?

The bug regarding the install / uninstall / re-install is too minor for me to worry about since I can work around that. However, the check_snmp issue is not an easy issue to resolve. Does anyone have a 12.04 server running with a functional check_snmp using sysUpTime, sysName, sysContact or sysLocat...
by LHammonds
Fri Jun 01, 2012 4:11 pm
Forum: Open Source Nagios Projects
Topic: check_snmp on Ubuntu Server 12.04 - Bug?
Replies: 11
Views: 8124

Re: check_snmp on Ubuntu Server 12.04 - Bug?

With nagios-plugins-standard, the version of check_snmp is 1.4.15 and has the same problem as the other repo package and older compiled-from-source version. I did not know about the nagios-plugins-standard package so just for clarification and documentation purposes, I'll list which files come with ...
by LHammonds
Fri Jun 01, 2012 9:59 am
Forum: Open Source Nagios Projects
Topic: check_snmp on Ubuntu Server 12.04 - Bug?
Replies: 11
Views: 8124

Re: check_snmp on Ubuntu Server 12.04 - Bug?

Is anyone successfully using check_snmp with sysUpTime, sysName, sysContact or sysLocation on an Ubuntu 12.04 server?
by LHammonds
Thu May 31, 2012 9:33 am
Forum: Open Source Nagios Projects
Topic: nagios - 'notify-by-sms'
Replies: 3
Views: 1671

Re: nagios - 'notify-by-sms'

My phones allow sending an email to a text service so I just have my server send an email to 8005551234@txt.att.net and I get text alerts that way. My notifications are sent using the "sendemail" package on Ubuntu. Here is a copy of my send command in commands.cfg define command{ command_n...
by LHammonds
Wed May 30, 2012 8:52 pm
Forum: Open Source Nagios Projects
Topic: check_snmp on Ubuntu Server 12.04 - Bug?
Replies: 11
Views: 8124

Re: check_snmp on Ubuntu Server 12.04 - Bug?

Compiled 1.4.14 plugins on a 12.04 server. There is absolutely no change in behavior using the older plugin. Here is the version output: uname -a Linux srv-wiki 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:52:17 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux /usr/local/nagios/libexec/check_snmp -V check_s...
by LHammonds
Wed May 30, 2012 7:40 pm
Forum: Open Source Nagios Projects
Topic: check_snmp on Ubuntu Server 12.04 - Bug?
Replies: 11
Views: 8124

Re: check_snmp on Ubuntu Server 12.04 - Bug?

I did not say they were identical and I showed the version info to make that perfectly clear. How I installed them were identical with exception of the Nagios server which was compiled. They were all installed from the Ubuntu repositories. I will uninstall the plugins from one of the 12.04 servers a...
by LHammonds
Wed May 30, 2012 12:37 pm
Forum: Open Source Nagios Projects
Topic: check_snmp on Ubuntu Server 12.04 - Bug?
Replies: 11
Views: 8124

check_snmp on Ubuntu Server 12.04 - Bug?

None of my 12.04 Ubuntu servers can run the check_snmp command without hanging when trying to access a router/switch. It does not matter what what OID I try to access (as long as it is valid) I issue the same command on a 10.04 server and it works. Here are the versions for each program per platform...
by LHammonds
Thu Jan 12, 2012 6:41 pm
Forum: Open Source Nagios Projects
Topic: Windows Server 2008 R2 - Invalid Drive
Replies: 5
Views: 8674

Re: Windows Server 2008 R2 - Invalid Drive

Thanks for letting us know what the solution was. I was curious since I had something kinda similar on some Win2008 servers but one was missing the firewall port rule and the other was a configuration file problem (forgot to change the IP after copying for a new server) FYI - As a rule, I make sure ...
by LHammonds
Fri Jan 06, 2012 12:38 am
Forum: Open Source Nagios Projects
Topic: Quick Ping Setup?
Replies: 4
Views: 2560

Re: Quick Ping Setup?

You only need to install the NSClient on the Windows server if you want to use the "check_nt" functions. Ping is not one of them. You should be able to setup a windows host and then a PING service. I know because I've done it. That is the very 1st thing I do for a Windows server just to ma...