check_citrix doesn't return any data?

Jarett DeAngelis Jarett_DeAngelis at fujifilm.com
Thu Feb 13 01:55:50 CET 2003


Hi all,

I'm at my wits' end over here... been struggling with getting check_citrix to work.

I can do ./check_citrix -C <host> -W "service","service" -P "service","service" from the command line and it works just fine.

My check definition looks like this:

define command{
command_name check_citrix
command_line $USER1$/check_citrix -C $HOSTADDRESS$ -W $ARG1$ -P $ARG2$
}

My service definitions look like this:

# Service definition
define service{
	use				generic-service		; Name of service template to use

	host_name			host.example.com
	service_description		citrix
	is_volatile			0
	check_period			24x7
	max_check_attempts		3
	normal_check_interval		3
	retry_check_interval		1
	contact_groups			admins
	notification_interval		120
	notification_period		24x7
	notification_options		w,u,c,r
	check_command			check_citrix!"App1","App2"!"App3","App4"
	}

What am I doing wrong?  The ping services on these hosts work fine, but citrix keeps coming back critical and the web interface says  (No output!)  under Status Information.  I'm really at a complete loss here.  Is it a problem with quotes not being passed properly?  Everything was going so beautifully, too :-/

Thanks.




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
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