mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-05 10:03:45 +01:00
21 lines
490 B
INI
21 lines
490 B
INI
|
define hostgroup {
|
||
|
hostgroup_name brocade-san-switches
|
||
|
alias Brocade SAN Switches
|
||
|
}
|
||
|
|
||
|
define hostgroup {
|
||
|
hostgroup_name brocade-dev-san-switches
|
||
|
alias Brocade Development SAN Switches
|
||
|
}
|
||
|
|
||
|
define hostgroup {
|
||
|
hostgroup_name brocade-test-san-switches
|
||
|
alias Brocade Test SAN Switches
|
||
|
}
|
||
|
|
||
|
define hostgroup {
|
||
|
hostgroup_name brocade-prod-san-switches
|
||
|
alias Brocade Production SAN Switches
|
||
|
}
|
||
|
|