Page 1 of 1

custom variable definition

Posted: Mon Sep 26, 2011 3:09 am
by pennylane
Hello all,

I want to define a custom variable in contactgroups.cfg file like below:

define contactgroup{
contactgroup_name admins
_CG_ID 1
alias administrators
members linuxad, windowsad
}

When I verify the config file it gives me an error:
"Error: Invalid contactgroup object directive '_CG_ID'."

I am using the Nagwin version of Nagios which is for Windows. I tried the same in Nagios on Ubuntu and it is not complaining. Do you have any suggestions?