per host custom macros

jeff vier boinger at tradingtechnologies.com
Wed Mar 29 20:06:16 CEST 2006


On Wed, 2006-03-29 at 12:55 -0500, David Mansfield wrote:

> Something like:
> 
> define host {
> 	use generic-host
> 	host_name myhost.mydomain.com
> 	alias myhost
> 	address 1.2.3.4
> 
> 	custom_macro FOOPROPERTY=AA:BB:CC:DD
> 	custom_macro BARVALUE=BigImportantValue
> 
> 	hostgroups all_foo,all_bar
> }
> 
> With:
> 
> define hostgroup {
> 	name all_foo
> 	alias all_foo
> }
> 
> define service {
> 	hostgroup_name all_foo
> 	check_command check_foo
> }
> 
> And finally, the payoff:
> 
> define command {
> 	command_name check_foo
> 	command_line $USER1$/check_foo -f $FOOPROPERTY$
> }

You've pretty much exactly described $ARG1$, $ARG2$, ... $ARGn$
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 191 bytes
Desc: This is a digitally signed message part
URL: <https://www.monitoring-lists.org/archive/users/attachments/20060329/46159543/attachment.sig>


More information about the Users mailing list