ajout fichiers nagios4
This commit is contained in:
parent
41b30a4119
commit
ec631797e2
1390
sio2/sisr2/20-Supervision/nagios/nagios.cfg
Normal file
1390
sio2/sisr2/20-Supervision/nagios/nagios.cfg
Normal file
File diff suppressed because it is too large
Load Diff
12
sio2/sisr2/20-Supervision/nagios/objects/gwsio3.cfg
Normal file
12
sio2/sisr2/20-Supervision/nagios/objects/gwsio3.cfg
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
define host {
|
||||||
|
use linux-server ; Name of host template to use
|
||||||
|
host_name gwsio3
|
||||||
|
alias srv
|
||||||
|
address 10.121.38.33
|
||||||
|
}
|
||||||
|
define service{
|
||||||
|
use generic-service
|
||||||
|
host_name gwsio3
|
||||||
|
service_description WWW
|
||||||
|
check_command check_ssh
|
||||||
|
}
|
12
sio2/sisr2/20-Supervision/nagios/objects/srv-vagrant.cfg
Normal file
12
sio2/sisr2/20-Supervision/nagios/objects/srv-vagrant.cfg
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
define host {
|
||||||
|
use linux-server ; Name of host template to use
|
||||||
|
host_name vagrant
|
||||||
|
alias srv-vagrant
|
||||||
|
address 192.168.0.43
|
||||||
|
}
|
||||||
|
define service{
|
||||||
|
use generic-service
|
||||||
|
host_name vagrant
|
||||||
|
service_description WWW
|
||||||
|
check_command check_http
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user