sunkezai 发表于 2019-1-13 06:34:59

nagios定义模板

  define host{
  use                     linux-server
  host_name               localhost
  alias                   localhost
  address               127.0.0.1
  }
  

  

  

  

  define hostgroup{
  hostgroup_namelinux-servers
  alias         Linux Servers
  members         localhost
  }
  




页: [1]
查看完整版本: nagios定义模板