Macro Expansion Problem

Terry Carmen terry at cnysupport.com
Fri May 20 23:24:45 CEST 2011


I'm trying to setup a more-or-less generic host file, but am having  
problems with the %HOSTNAME% macro

If I use this, everything is fine:

define host{
         host_name               mymachine
         hostgroups              MyGroup
         alias                   mymachine
         address                 10.1.2.100
         max_check_attempts      5
         contact_groups          admins
         check_command           check-host-alive
         }

define service{
         use generic-service
         host_name       mymachine
         service_description             PING
         check_command                   check_ping!100.0,20%!500.0,60%
         }

If I use this, I get "Error: Could not find any host matching '$HOSTALIAS$'"

define host{
         host_name               mymachine
         hostgroups              MyGroup
         alias                   mymachine
         address                 10.1.2.100
         max_check_attempts      5
         contact_groups          admins
         check_command           check-host-alive
         }

define service{
         use generic-service
         host_name       %HOSTNAME%
         service_description             PING
         check_command                   check_ping!100.0,20%!500.0,60%
         }

I'm probably doing something wrong with the macro, but can't seem to  
figure out what.

Any help would be appreciated.

Thanks!

Terry


------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list