Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
amithad
Posts: 6 Joined: Mon Nov 08, 2010 11:52 pm
Post
by amithad » Tue Dec 08, 2015 6:51 am
Hi,
I was able to successfully install Nagios on Centos 7 using EPEL repo and yum utility. After going through Nagios log file I created some files ( inside /usr/lib64/nagios/plugins/ direcory) so that the Nagios core to start properly.
Now I want to auto discover my 192.168.94.0/24 Subnet's both Windows and Linux PCs. Could you tell me how should I achieve this? and the second need is to monitor the top talkers of the LAN
( Top bandwidth eaters )
Thank you.
rlaugen
Posts: 6 Joined: Tue Dec 08, 2015 2:47 am
Post
by rlaugen » Tue Dec 08, 2015 9:57 am
Nagios core can't do autodiscovery, but using e.g Lilac-reloaded will do that just fine. As for your second question, I doubt Nagios can do this.
hsmith
Agent Smith
Posts: 3539 Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:
Post
by hsmith » Tue Dec 08, 2015 10:16 am
amithad wrote: Now I want to auto discover my 192.168.94.0/24 Subnet's both Windows and Linux PCs.
https://exchange.nagios.org/directory/A ... 29/details I can confirm that this works with slight modification perhaps needed since you're using a repo install.
amithad wrote: and the second need is to monitor the top talkers of the LAN
Nagios Core cannot do this unless the information is already sitting somewhere for it to grab.
Former Nagios Employee.
me.
amithad
Posts: 6 Joined: Mon Nov 08, 2010 11:52 pm
Post
by amithad » Thu Dec 10, 2015 2:19 am
Hi all,
Many thanks for your information.
Thanks & regards
Amitha
rkennedy
Posts: 6579 Joined: Mon Oct 05, 2015 11:45 am
Post
by rkennedy » Thu Dec 10, 2015 10:48 am
Can I mark this thread as resolved? Do you mind if I close it out?
Former Nagios Employee
rhassing
Posts: 416 Joined: Sat Oct 05, 2013 10:29 pm
Location: Netherlands
Post
by rhassing » Fri Dec 11, 2015 4:20 am
I wrote an autodiscover script for Nagios Core.
https://exchange.nagios.org/directory/A ... uk/details
I also wrote a check which checks if a new host was discovered
If you need it, please let me know, I will put it on Nagios Exchange soon...
Last edited by
rhassing on Sat Dec 12, 2015 10:45 am, edited 1 time in total.
Rob Hassing
rhassing
Posts: 416 Joined: Sat Oct 05, 2013 10:29 pm
Location: Netherlands
Post
by rhassing » Fri Dec 11, 2015 4:22 am
I also created something to do bandwidth monitoring using sFlow.
That a bit more advanced, but its working
Please check:
http://mona.deltics.info/sflow/
Last edited by
rhassing on Sat Dec 12, 2015 10:45 am, edited 1 time in total.
Rob Hassing
rkennedy
Posts: 6579 Joined: Mon Oct 05, 2015 11:45 am
Post
by rkennedy » Fri Dec 11, 2015 10:22 am
Thanks for the contribution @rhassing!
Former Nagios Employee