Add basic nagios checks for new mbs nodes.
This commit is contained in:
parent
6b20d863a3
commit
ca1f1f9b71
3 changed files with 21 additions and 0 deletions
7
roles/nagios/server/files/nagios/hosts/mbs-backend01.cfg
Normal file
7
roles/nagios/server/files/nagios/hosts/mbs-backend01.cfg
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
define host {
|
||||||
|
host_name mbs-backend01
|
||||||
|
alias mbs-backend01.phx2.fedoraproject.org
|
||||||
|
use defaulttemplate
|
||||||
|
address mbs-backend01.phx2.fedoraproject.org
|
||||||
|
parents virthost19
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
define host {
|
||||||
|
host_name mbs-frontend01
|
||||||
|
alias mbs-frontend01.phx2.fedoraproject.org
|
||||||
|
use defaulttemplate
|
||||||
|
address mbs-frontend01.phx2.fedoraproject.org
|
||||||
|
parents virthost22
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
define host {
|
||||||
|
host_name mbs-frontend02
|
||||||
|
alias mbs-frontend02.phx2.fedoraproject.org
|
||||||
|
use defaulttemplate
|
||||||
|
address mbs-frontend02.phx2.fedoraproject.org
|
||||||
|
parents virthost21
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue