DHCP win
Justin
justin at pvamu.edu
Sun Jan 26 04:30:43 CET 2003
Stanley, thanks alot. The check_dhcp plugin I found and compiled in the
contrib subdirectory. This is a DHCP server running on a windows host. I
got the pluging and ran it.
[root at whodevil libexec]# ./check_dhcp -s collins-dhcp.pantherland.arbedu.edu
DHCP ok: Received 3 DHCPOFFER(s), max lease time = 0 sec.
So the plugin works. I tried using vanilla command. Here is my
checkcommands.cfg
# 'check_dhcp_collins-dhcp'
define command{
command_name check_dhcp_collins-dhcp
command_line $USER1$/check_dhcp -s
collins-dhcp.pantherland.arbedu.edu
}
And here is my services.cfg
define service{
use generic-service ; Name of
service template to use
host_name Collins-DHCP
service_description DHCP
is_volatile 0
check_period 24x7
max_check_attempts 3
normal_check_interval 3
retry_check_interval 1
contact_groups dhcp-admins
notification_interval 120
notification_period 24x7
notification_options w,u,c,r
check_command check_dhcp_collins-dhcp
}
Here is the error message.
Jan 25 22:17:49 whodevil nagios: SERVICE ALERT:
Collins-DHCP;DHCP;UNKNOWN;HARD;3;Error: Could not bind to DHCP socket (port
68)! Check your privileges...
I am basically using the commands as if from CLI. It worked from CLI as you
see above, but returns this error. Can you see anything I am doing wrong?
I searched the archive and found helpfull information, but could not find a
resolution to my particular problem. Thanks
Justin Wedeking
Info Tech
----- Original Message -----
From: "Stanley Hopcroft" <Stanley.Hopcroft at IPAustralia.Gov.AU>
To: "Justin" <justin at pvamu.edu>
Cc: <nagios-users at lists.sourceforge.net>
Sent: Saturday, January 25, 2003 7:02 PM
Subject: Re: [Nagios-users] DHCP win
> Dear Sir,
>
>
> On Sat, Jan 25, 2003 at 04:43:50PM -0600, Justin wrote:
> > Has anyone had any success monitoring DHCP services on Windows?
>
> Do you mean the function of a DHCP server that is providing address
> leases to Windows client ?
>
> Or a DHCP server that happens to be running on a Windows host ?
>
> In either case, you can check the service with a plugin that simulates a
> client leasing an address.
>
> >
> > I notices
> > NSCLient does not support this feature. I know there is a check_dhcp
> > plugin, but do not know if it will work. Thanks
> >
>
> The contrib/check_dhcp plugin, contributed by Mr Galstad, works fine
> providided your Nag/Netsaint monitor is Linux, because IIRC it uses
> headers that are Linux specific.
>
> However, if you search the archives you may find mention of at least two
> multi-platform Perl plugins that should work anywhere you can run Perl.
>
>
> HTH,
>
> Yours sincerely.
>
> --
> ------------------------------------------------------------------------
> Stanley Hopcroft
> ------------------------------------------------------------------------
>
> '...No man is an island, entire of itself; every man is a piece of the
> continent, a part of the main. If a clod be washed away by the sea,
> Europe is the less, as well as if a promontory were, as well as if a
> manor of thy friend's or of thine own were. Any man's death diminishes
> me, because I am involved in mankind; and therefore never send to know
> for whom the bell tolls; it tolls for thee...'
>
> from Meditation 17, J Donne.
>
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
More information about the Users
mailing list