Search found 49 matches

by rlevick
Wed Apr 23, 2014 9:38 am
Forum: Open Source Nagios Projects
Topic: Reset nagios user password?
Replies: 4
Views: 1878

Re: Reset nagios user password?

Not a one. I'm good.
by rlevick
Wed Apr 23, 2014 9:01 am
Forum: Open Source Nagios Projects
Topic: Reset nagios user password?
Replies: 4
Views: 1878

Re: Reset nagios user password?

I did reset the password with no problems. I set it to the original password according to my records. As far as I can tell, it was locked because of too many wrong authentication attempts.
by rlevick
Tue Apr 22, 2014 1:53 pm
Forum: Open Source Nagios Projects
Topic: Reset nagios user password?
Replies: 4
Views: 1878

Reset nagios user password?

Are there any repercussions to resetting the Nagios user password? I don't mean nagiosadmin, but nagios. We're unable to logon locally and the local password is locked.
by rlevick
Thu Mar 27, 2014 4:36 pm
Forum: Open Source Nagios Projects
Topic: could not fetch information from server
Replies: 6
Views: 2767

Re: could not fetch information from server

Fixed it. Had to add the new eth1 to accept http traffic.

iptables -I INPUT 5 -i eth1 -p tcp --dport 80 -m state --state NEW,ESTABLISHED -j ACCEPT
by rlevick
Thu Mar 27, 2014 3:12 pm
Forum: Open Source Nagios Projects
Topic: could not fetch information from server
Replies: 6
Views: 2767

Re: could not fetch information from server

I have restarted httpd. I'm connecting to the same IP. I configured the new eth manually with the same settings.
by rlevick
Thu Mar 27, 2014 10:43 am
Forum: Open Source Nagios Projects
Topic: could not fetch information from server
Replies: 6
Views: 2767

Re: could not fetch information from server

# service httpd status
httpd (pid 7875) is running...
by rlevick
Thu Mar 27, 2014 10:34 am
Forum: Open Source Nagios Projects
Topic: could not fetch information from server
Replies: 6
Views: 2767

Re: could not fetch information from server

Well I got Nagios connecting to the monitored servers again. Hyper-V had changed the ethernet connection to a different adapter with a different mac address. Once I gave the new eth1 a static IP, the services recovered. I can connect with ssh, but still no web interface.
by rlevick
Thu Mar 27, 2014 9:18 am
Forum: Open Source Nagios Projects
Topic: could not fetch information from server
Replies: 6
Views: 2767

could not fetch information from server

Our Hyper-V environment rebooted the guests early this morning. Nagios was one of the VMs. Now Nagios is sending hundreds of could not fetch information from server alerts. The config verified, but I can't login to the web interface or via putty (ssh).
by rlevick
Thu Feb 06, 2014 10:34 am
Forum: Open Source Nagios Projects
Topic: uplink_bandwidth_ifstatus on HyperV VM
Replies: 4
Views: 1795

Re: uplink_bandwidth_ifstatus on HyperV VM

I got it. I removed the iftraffic_if23_10.xx.xx.xx file from /tmp. Since I ran the command manually as root, the console could not overwrite the file.
by rlevick
Thu Feb 06, 2014 10:09 am
Forum: Open Source Nagios Projects
Topic: uplink_bandwidth_ifstatus on HyperV VM
Replies: 4
Views: 1795

Re: uplink_bandwidth_ifstatus on HyperV VM

According to the snmpwalk, the production ehternet is ifalias.23. When I run the command manually, it works. If I change the <server>.cfg, I get an error on the console (Return code of 13 is out of bounds). # /usr/local/nagios/libexec/check_snmp_ifstatus.pl -H 10.xx.xx.xx -C publicxxxxxxx -v 2 -i &q...