Re: [Nagios-users] M$ Radius service checking

2008-08-21 Thread Livio Zanol Puppim
You can use SNMP to monitor if the equivalent process is running and
how much memory/CPU it's using. Microsoft haven't implemented specific
Radius data on theirs enterprise MIB. You can use the same MIB that
you check for xxx.exe, but inteased check the parameter passed to the
executable file to know which one is the Radius process.

1.3.6.1.2.1.25.4.2.1.5 (or hrSWRunParameters).

2008/8/20 Thomas Guyot-Sionnest [EMAIL PROTECTED]:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 18/08/08 12:21 PM, Serafin, Chris wrote:
 Is anyone monitoring Microsoft IAS Radius service? I normally monitor
 Windows services via SNMP and the service xxx.exe; but the IAS Radius
 service uses svchost.exe, which has 7+ processes running in the
 background. Is there a specific check, other than actually using Nagios
 to authenticate to the server every 10 min or so?

 If you install radiusclient or radiusclient-ng (libraries - you don't
 need the applications) and recompile Nagios-plugins you should have a
 check_radius plugin compiled in (check for configure errors and/or the
 config.log for details if it doesn't build).

 - --
 Thomas
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.6 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iD8DBQFIrLO56dZ+Kt5BchYRAtJIAJ48WRBYztBRetj1f3fECz0YdcK7zgCg01pP
 OjFoqKsJxMyOXCY/pNU+ve0=
 =Hcyn
 -END PGP SIGNATURE-

 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nagios-users
 ::: Please include Nagios version, plugin version (-v) and OS when reporting 
 any issue.
 ::: Messages without supporting info will risk being sent to /dev/null




-- 
[]'s

LĂ­vio Zanol Puppim

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] M$ Radius service checking

2008-08-20 Thread Thomas Guyot-Sionnest
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 18/08/08 12:21 PM, Serafin, Chris wrote:
 Is anyone monitoring Microsoft IAS Radius service? I normally monitor
 Windows services via SNMP and the service xxx.exe; but the IAS Radius
 service uses svchost.exe, which has 7+ processes running in the
 background. Is there a specific check, other than actually using Nagios
 to authenticate to the server every 10 min or so?

If you install radiusclient or radiusclient-ng (libraries - you don't
need the applications) and recompile Nagios-plugins you should have a
check_radius plugin compiled in (check for configure errors and/or the
config.log for details if it doesn't build).

- --
Thomas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIrLO56dZ+Kt5BchYRAtJIAJ48WRBYztBRetj1f3fECz0YdcK7zgCg01pP
OjFoqKsJxMyOXCY/pNU+ve0=
=Hcyn
-END PGP SIGNATURE-

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] M$ Radius service checking

2008-08-18 Thread Seth Simmons
If you just want to check if the service is running, you could do this
with nsclient.

 

check_command check_nt!SERVICESTATE!-d
SHOWALL -l IAS

 

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Serafin, Chris
Sent: Monday, August 18, 2008 12:22 PM
To: Nagios-users@lists.sourceforge.net
Subject: [Nagios-users] M$ Radius service checking

 

Is anyone monitoring Microsoft IAS Radius service? I normally monitor
Windows services via SNMP and the service xxx.exe; but the IAS Radius
service uses svchost.exe, which has 7+ processes running in the
background. Is there a specific check, other than actually using Nagios
to authenticate to the server every 10 min or so?

 

 

Chris Serafin

Security Engineer

RKON Technologies

Office : 312-654-0300

Cell: 708-307-2413

 

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] M$ Radius service checking

2008-08-18 Thread Serafin, Chris
The client/myself tend to shy away from running clients on the servers,
as we both prefer SNMP. Thank you for your response though! 

 

Back to google'in for answers, anyone else monitor MS Radius?

 

Chris Serafin

Security Engineer

RKON Technologies

Office : 312-654-0300

Cell: 708-307-2413

 

From: Seth Simmons [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 18, 2008 1:34 PM
To: Serafin, Chris; Nagios-users@lists.sourceforge.net
Subject: RE: [Nagios-users] M$ Radius service checking

 

If you just want to check if the service is running, you could do this
with nsclient.

 

check_command check_nt!SERVICESTATE!-d
SHOWALL -l IAS

 

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Serafin, Chris
Sent: Monday, August 18, 2008 12:22 PM
To: Nagios-users@lists.sourceforge.net
Subject: [Nagios-users] M$ Radius service checking

 

Is anyone monitoring Microsoft IAS Radius service? I normally monitor
Windows services via SNMP and the service xxx.exe; but the IAS Radius
service uses svchost.exe, which has 7+ processes running in the
background. Is there a specific check, other than actually using Nagios
to authenticate to the server every 10 min or so?

 

 

Chris Serafin

Security Engineer

RKON Technologies

Office : 312-654-0300

Cell: 708-307-2413

 

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null