custom variable definition

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
pennylane
Posts: 6
Joined: Thu Jul 21, 2011 3:31 am

custom variable definition

Post 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?
Locked