Discover new devices not including in monitored devices?!

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
xpertech
Posts: 399
Joined: Thu Sep 01, 2011 9:47 pm

Discover new devices not including in monitored devices?!

Post by xpertech »

Is there any tool which I can discover new devices connected to network and not including in already monitored devices?
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Discover new devices not including in monitored devices?

Post by mguthrie »

arpwatch is a simple tool which sends email notifications for new devices that show up on the network. It records IP, MAC address, and NIC vendor if it recognizes it.
http://techgurulive.com/2008/09/15/how- ... r-network/

Otherwise you an also run the auto-discovery wizard periodically against certain subnets, this will only detect open ports to monitor as well.
xpertech
Posts: 399
Joined: Thu Sep 01, 2011 9:47 pm

Re: Discover new devices not including in monitored devices?

Post by xpertech »

mguthrie wrote:arpwatch is a simple tool which sends email notifications for new devices that show up on the network. It records IP, MAC address, and NIC vendor if it recognizes it.
http://techgurulive.com/2008/09/15/how- ... r-network/

Otherwise you an also run the auto-discovery wizard periodically against certain subnets, this will only detect open ports to monitor as well.

Thanks for the reply. I prefer using Nagios XI plugins or wizards, but auto-discovery wizard can only find new hosts in the moment I run it, what I want is Nagios XI plugin or wizard can auto find new host and send Email alert. The check_find_new_hosts seems good to me, but hard to configure... (http://exchange.nagios.org/directory/Pl ... ts/details)
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: Discover new devices not including in monitored devices?

Post by yancy »

xpertech,

You could use check_logfiles to monitor the logfiles created by arpwatch.

http://exchange.nagios.org/directory/Pl ... es/details

Heres a document describing how to configure host and service emails (which would be your check_logfiles service)

http://assets.nagios.com/downloads/nagi ... iables.pdf

Regards,

-Yancy
Locked