A plug-in for Nagios to check the a terminal server is runing ?

Bill Akins Bill_Akins at emoryhealthcare.org
Fri Feb 25 18:28:04 CET 2005


You can check to see if the TermService service is running.  I do pretty
much the same but checking for the Citrix IMAService using check_wsc.pl
 
My checkcommands.cfg entry:
 
# 'check_ima' command
define command {
command_name check_ima
command_line $USER1$/check_wsc.pl -H $HOSTADDRESS$ -r $USER6 -t
services -p "IMAService"
}

$USER1 is the path to libexec dir
$USER6 is the M$ server running the webserver portion of wsc
You can just replace "IMAService" with "TermService"
 
My services.cfg entry:
 
# Service definition for checking Citrix IMA service
define service{
        use                             generic-service
        host_name                       server1,server2,server3
        service_description             IMA_Service
        is_volatile                     0
        check_period                    24x7
        max_check_attempts              3
        normal_check_interval           5
        retry_check_interval            1
        contact_groups                  someone_that_cares
        notification_interval           30
        notification_period             24x7
        notification_options            w,u,c,r
        check_command                   check_ima
        }

Running Nagios v2.x...
HTH!
 

>>> "Anders Christensen" <ac at itpartner.nu> 2/25/2005 5:49 AM >>>

Is there a plugin the tests if a terminal server is up and running ? I
could just check the terminal services, but sometimes, they continue to
"run", while the terminal server is not accepting new connections.
And some of our terminal servers are using load balancing, and the
clients connects to at fictional IP adresse for the "cluster"



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nagios-users mailing list
Nagios-users at 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





More information about the Users mailing list