Sorry for the delay in responding,
 
NC_Net uses the ServiceProcess.ServiceController.GetServices class of DOt Net framework to check service states.
To verify the service names in NC_Net  use the check_commands- ENUMSERVICE
this command takes parameters to filter the list. See NC_NET README.Doc,
 
for processes use the ENUMPROCESS
 
Good luck
TOny
 
On 4/25/06, Davy Gaussen <[EMAIL PROTECTED]> wrote:
Are you sure that the ServiceName is MSSQLSERVER only ? Usually, these kind
of services have MSSQLSERVER$$YOURBASENAME type of name.

Go to : services.msc, then edit properties on your service and check out the
ServiceName parameter.

And do you want to test the process or the service SQL in your server ?

If you want to check service, you have to do in your nagios monitoring hosts
:
# /yourpathto_check_nt/check_nt -H HOSTADDRESS -p 1248 -v SERVICESTATE -l
MSSQLSERVER -s None -t 30

If you want the process :
#/yourpathto_check_nt/check_nt -H HOSTADDRESS -p 1248 -v PROCSTATE -l
sqlservr.exe -s None -t 30

Good luck !

Davy Gaussen


-----Message d'origine-----
De: [EMAIL PROTECTED]
[mailto: [EMAIL PROTECTED]] De la part de
[EMAIL PROTECTED]
Envoyé: mardi 25 avril 2006 16:18
À: [email protected]
Objet: [Nagios-users] NC_NET / Windows 2003 / MSSQLSERVER - not recognized


Has anyone run into a problem with NC_NET not being able to see running
SQL processes on Windows 2003 machines?

The "net start" command shows the server running as
"SQL Server (MSSQLSERVER)", but this test always fails under NC_NET.

Any help appreciated.



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=k&kid0709&bid&3057&dat1642
_______________________________________________
Nagios-users mailing list
[email protected]
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




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmdlnk&kid0709&bid&3057&dat1642
_______________________________________________
Nagios-users mailing list
[email protected]
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

_______________________________________________
Nagios-users mailing list
[email protected]
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

Reply via email to