Search found 3 matches

by j4rt
Fri Aug 30, 2013 1:27 pm
Forum: Nagios XI
Topic: checkfiles custom variables not being called?
Replies: 5
Views: 1142

Re: checkfiles custom variables not being called?

Thank you for the replies. In the service definition I have: _dir1 C:\temp But it returns the same. Maybe there is a different way to do this? What I need to do is have the service automatically created when I create a host with custom variables. I go this working with: $USER1$/check_ping -H $_HOSTI...
by j4rt
Fri Aug 30, 2013 10:58 am
Forum: Nagios XI
Topic: checkfiles custom variables not being called?
Replies: 5
Views: 1142

Re: checkfiles custom variables not being called?

In the host definition I have the variable defined as:

_dir1 C:\temp
by j4rt
Thu Aug 29, 2013 5:26 pm
Forum: Nagios XI
Topic: checkfiles custom variables not being called?
Replies: 5
Views: 1142

checkfiles custom variables not being called?

I have this command: $USER1$/check_nrpe debug=1 -H $HOSTADDRESS$ -c CheckFiles -a "path=$_HOSTDIR1$" "pattern=$ARG1$" "filter=written > -$ARG2$" truncate=4096 "syntax=%filename%: %write%" MaxWarn=1 In the host definition I have custom variable "_HOSTDIR1&...