featurerequest: object's variables

Max Schubert maxs at webwizarddesign.com
Tue Nov 23 18:59:12 CET 2010


You can do this already using custom variables in Nagios 3:

e.g.

define command {
...
command_line mycommand $_HOST_MY_CMD_PORT$ etc etc etc
}

define host {
    host_name host1
   __my_cmd_port 22
}

define host {
    host_name host2
   __my_cmd_port 99
}

http://nagios.sourceforge.net/docs/3_0/customobjectvars.html

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev




More information about the Developers mailing list