Page 1 of 1

No traffic alert?!

Posted: Sun Mar 24, 2013 10:18 pm
by xpertech
A database client transfer data to Server frequently, our customer would like to get alert if no data transfer to Server.

Is there any possible if NagiosXI alert when Server network interface "no traffic during a period of time"?

Re: No traffic alert?!

Posted: Mon Mar 25, 2013 9:23 am
by slansing
How are you checking this service? Assuming you already have it being checked under the host server. If you are checking this interface via SNMP you could enable freshness checking to make sure you have received data passively:

http://nagios.sourceforge.net/docs/3_0/freshness.html

Re: No traffic alert?!

Posted: Mon Mar 25, 2013 11:50 am
by xpertech
slansing wrote:How are you checking this service? Assuming you already have it being checked under the host server. If you are checking this interface via SNMP you could enable freshness checking to make sure you have received data passively:

http://nagios.sourceforge.net/docs/3_0/freshness.html

If the host is a windows-based server, does passive check still work well? is there an example to setup passive check?

Re: No traffic alert?!

Posted: Mon Mar 25, 2013 12:35 pm
by abrist
xpertech wrote:A database client transfer data to Server frequently, our customer would like to get alert if no data transfer to Server.
Is there any possible if NagiosXI alert when Server network interface "no traffic during a period of time"?
You could use pure snmp, but as Sam pointed out, that will most likely take setting up a passive check with traps. You could also look at some of the plugins on the exchange like: http://exchange.nagios.org/directory/Pl ... er/details
It uses snmp, but works as an active check so no snmp trap setup is required.