Search found 4 matches
- Wed Sep 03, 2014 7:24 am
- Forum: Open Source Nagios Projects
- Topic: Host state and response details
- Replies: 9
- Views: 2820
Re: Host state and response details
Is there a reason you need to see every result rather than just state changes? And can you go longer than 10 seconds between pings? The nagios system is running in soho environment with frequent internet connection flapping, i.e. the internet router is rebooting at certain moments. -the fping/tcpdu...
- Wed Sep 03, 2014 12:35 am
- Forum: Open Source Nagios Projects
- Topic: Host state and response details
- Replies: 9
- Views: 2820
Re: Host state and response details
debugging indeed generates the lines I wanted to see.
But it also generates load, which is substantial as I am running the nagios Core on a raspberrypi with limited resources.
I use fping in combination with tcpdump on a different Pi to record and store the ping and echo.
But it also generates load, which is substantial as I am running the nagios Core on a raspberrypi with limited resources.
I use fping in combination with tcpdump on a different Pi to record and store the ping and echo.
- Tue Aug 26, 2014 10:48 am
- Forum: Open Source Nagios Projects
- Topic: Host state and response details
- Replies: 9
- Views: 2820
Re: Host state and response details
When Nagios (or the plugin) is pinging a host every 10 seconds, and gets an ICMP reply (or not).
Aren't these data/events logged one by one in a database?
Aren't these data/events logged one by one in a database?
- Sat Aug 23, 2014 7:25 am
- Forum: Open Source Nagios Projects
- Topic: Host state and response details
- Replies: 9
- Views: 2820
Host state and response details
I have configured a Nagios (version 3) monitoring solution for a few hosts, with exim4 email notification on host down, unreachable, recovery state. The nagios server is syslog server as well, for some important hosts to be monitored. The nagios configuration is tweaked in the sense that nagios is s...