<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
Is it possible to create custom directives within the hosts definition? I
want to create a service to ping secondary interfaces on a host. I want
to keep "check-host-alive" separate to ping the primary address<br>
define host{<br>
use generic_hosts<br>
host_name sunbox<br>
alias Sun 450<br>
address 999.999.999.10<br>
<b>custom 999.999.999.12,999.999.999.14,999.999.999.16</b><br>
parents WS<br>
}<br>
<br>
<br>
<br>
</body>
</html>