nagios定义模板

define host{

        use                     linux-server                                                                 

        host_name               localhost

        alias                   localhost

        address                 127.0.0.1

        }





define hostgroup{

        hostgroup_name  linux-servers 

        alias           Linux Servers 

        members         localhost     

        }