1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2024-09-17 19:22:24 +02:00
nagios-plugins/check_brocade/trunk/examples/hosts.cfg
Tómas Edwardsson b9a7724ba1 brocade fixes
2010-11-21 14:12:13 +00:00

37 lines
747 B
INI

define host {
name generic-brocade-dev-san-switch
use generic-server
statusmap_image base/switch40.gd2
icon_image base/switch40.png
contact_groups +brocade-dev-contacts
hostgroups +brocade-san-switches,brocade-dev-san-switches
}
define host {
name generic-brocade-prod-san-switch
use generic-server
statusmap_image base/switch40.gd2
icon_image base/switch40.png
contact_groups +brocade-prod-contacts
hostgroups +brocade-san-switches,brocade-prod-san-switches
}
define host {
name generic-brocade-test-san-switch
use generic-server
statusmap_image base/switch40.gd2
icon_image base/switch40.png
contact_groups +brocade-test-contacts
hostgroups +brocade-san-switches,brocade-test-san-switches
}