fixing nagios rules for taskotron prod/dev/stg
This commit is contained in:
parent
bffec274e4
commit
f00d6f85d1
4 changed files with 24 additions and 4 deletions
|
@ -0,0 +1,7 @@
|
|||
define host {
|
||||
host_name taskotron-dev01.qa
|
||||
alias taskotron-dev01.qa.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address taskotron-dev01.qa.fedoraproject.org
|
||||
parents virthost-comm04
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
define host {
|
||||
host_name taskotron-stg01.qa
|
||||
alias taskotron-stg01.qa.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address taskotron-stg01.qa.fedoraproject.org
|
||||
parents virthost-comm04
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue