Search found 14 matches

by pixelpshr
Sat Apr 26, 2014 10:56 pm
Forum: Open Source Nagios Projects
Topic: Router IP address monitoring?
Replies: 6
Views: 4991

Re: Router IP address monitoring?

I have found the snmpwalk command which lets me display all the OIDs for my router. With a bit of coercion, I was able to find a result that might move me along the road to solving this problem. A command that looks like this: $ snmpwalk -v 1 -c public 192.168.1.1 | grep "IpAddress: 127.0.0.1&q...
by pixelpshr
Sat Apr 26, 2014 4:27 pm
Forum: Open Source Nagios Projects
Topic: Router IP address monitoring?
Replies: 6
Views: 4991

Re: Router IP address monitoring?

Ok, I admit to being WAY over my head here. I did find the check_snmp script and I found the mibdepot.com and oid-info.com websites, which gave me some info. but the output of the script is always "no such variable name. As in: $ ./check_snmp -H 192.168.1.1 -o iso.org.dod.internet.private.enter...
by pixelpshr
Mon Apr 21, 2014 5:06 pm
Forum: Open Source Nagios Projects
Topic: Router IP address monitoring?
Replies: 6
Views: 4991

Router IP address monitoring?

My ISP (Cox) has a nasty habit of changing the IP address of my home network router (Airport Extreme). From the inside of my network I can still reach it as 198.162.1.1, but the WAN IP Address is subject to change without notice. Is there any way to have a Nagios server (currently have v4.0.4) runni...
by pixelpshr
Mon Mar 24, 2014 7:54 pm
Forum: Open Source Nagios Projects
Topic: check-host-alive pinging every second?
Replies: 23
Views: 28581

Re: check-host-alive pinging every second?

I'd posted the nagios.cfg file in the middle of the first page.

-Thom
by pixelpshr
Sat Mar 22, 2014 3:19 pm
Forum: Open Source Nagios Projects
Topic: check-host-alive pinging every second?
Replies: 23
Views: 28581

Re: check-host-alive pinging every second?

Well, I haven't had any luck with this. I am going to try updating from 3.5.0 to the current 4.0.4 release and see if anything changes. OF course, that is going to be a challenge, because I'm running this on a Mac (OS X Mavericks) with the Server app. So, everything is wonky in the placement of files.
by pixelpshr
Mon Mar 17, 2014 3:08 pm
Forum: Open Source Nagios Projects
Topic: check-host-alive pinging every second?
Replies: 23
Views: 28581

Re: check-host-alive pinging every second?

No, I have 5 hosts and no dependencies defined.

There was another parameter that I wondered about. The "command_check_interval" was set to -1, which means check as often as possible. Does that have anything to do with the "check_host_alive" command?
by pixelpshr
Sat Mar 15, 2014 1:28 pm
Forum: Open Source Nagios Projects
Topic: check-host-alive pinging every second?
Replies: 23
Views: 28581

Re: check-host-alive pinging every second?

I've changed its label to be "forum-server", but the data hasn't changed. There does seem to be one strange thing in here. Both the high- and low-flap-threshold values are 0.0000. I don't know if that could be the problem. define host { host_name forum-server alias Forum Server address xxx...
by pixelpshr
Tue Mar 11, 2014 8:24 pm
Forum: Open Source Nagios Projects
Topic: check-host-alive pinging every second?
Replies: 23
Views: 28581

Re: check-host-alive pinging every second?

No, only one nagios process and no occurrences of "host group_name" outside of the host group definitions.
by pixelpshr
Tue Mar 11, 2014 1:42 pm
Forum: Open Source Nagios Projects
Topic: check-host-alive pinging every second?
Replies: 23
Views: 28581

Re: check-host-alive pinging every second?

I don't think so. I don't have any service groups defined yet, and my host groups all look like this:

Code: Select all

define hostgroup{
    hostgroup_name      comm-servers
    alias               Communications servers
    members             forum-server,mail-server
}
by pixelpshr
Tue Mar 11, 2014 9:51 am
Forum: Open Source Nagios Projects
Topic: check-host-alive pinging every second?
Replies: 23
Views: 28581

Re: check-host-alive pinging every second?

Ok, thanks FTL. I see that now. But, the problem remains that I can see by way of the tcpdump that my monitored hosts are being pinged far more often than the once every 5 minutes that the configuration file specifies.