Search found 6 matches

by JohnFM3
Wed Dec 28, 2011 11:15 am
Forum: Open Source Nagios Projects
Topic: Unmonitored Host
Replies: 5
Views: 1817

Re: Unmonitored Host

In an attempt to not reinvent the wheel, I was provided a link to a plugin which may help... check_dhcpd_leases https://www.monitoringexchange.org/inventory/Check-Plugins/Software/Misc/Check_Dhcpd_Leases So I am going to install this plugin an see what kind of output it provides. Then see if I can m...
by JohnFM3
Wed Dec 28, 2011 11:08 am
Forum: Open Source Nagios Projects
Topic: Reversing ssh plugin results for notification an going RED
Replies: 2
Views: 1544

Re: Reversing ssh plugin results for notification an going R

Ok, so after some research I found a plugin which does what is needed for any check_plugin. This was provided to me as a result of a email sent to the Icinga team (a fork of nagios) who uses the nagios plugin's. When you install the extra plugin pack, a utility called NEGATE which has the ability to...
by JohnFM3
Fri Dec 23, 2011 10:48 am
Forum: Open Source Nagios Projects
Topic: Unmonitored Host
Replies: 5
Views: 1817

Re: Unmonitored Host

To anyone who is reading this, I have found out that nagios directives are by design to be generic an will accept any value. What matters is how the plugins use the directive. In the case of my question, yes I can put the mac address in the address directive. The fall out (or issue) is that plugins ...
by JohnFM3
Wed Dec 21, 2011 6:23 pm
Forum: Open Source Nagios Projects
Topic: Reversing ssh plugin results for notification an going RED
Replies: 2
Views: 1544

Reversing ssh plugin results for notification an going RED

I want Nagios to report RED an send notifications when sshd is running.

Is there any good documentation or explanation on how to accomplish this?

Currently I am running nagios 3.x which came with OpenSuSE 11.4

Thanks,
John
by JohnFM3
Wed Dec 21, 2011 6:20 pm
Forum: Open Source Nagios Projects
Topic: Unmonitored Host
Replies: 5
Views: 1817

Re: Unmonitored Host

I'm afraid you may have to create your own plugin for this one I don't believe I've ever seen a plugin that accomplishes this floating about. Probably because there's any myriad of different systems that one might use as a central authoritative repository :( Saddly, I am not a corporate or enterpri...
by JohnFM3
Tue Dec 20, 2011 4:52 pm
Forum: Open Source Nagios Projects
Topic: Unmonitored Host
Replies: 5
Views: 1817

Unmonitored Host

I am looking for a plugin to alert me when a Unknown Host connects to my network. There is one plugin, but it makes use of opsview which I don't have running as its a commercial product. I am at the point of having to create a plugin, of which I have no perl experience, an limited bash experience. B...