ajout script
This commit is contained in:
parent
1142f4d125
commit
949ce53c7e
12
sio2/sisr2/20-Nagios/srv.cfg
Normal file
12
sio2/sisr2/20-Nagios/srv.cfg
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
define host {
|
||||||
|
use linux-server ; Name of host template to use
|
||||||
|
host_name srv
|
||||||
|
alias srv
|
||||||
|
address 192.168.0.26
|
||||||
|
}
|
||||||
|
define service{
|
||||||
|
use generic-service
|
||||||
|
host_name srv
|
||||||
|
service_description WWW
|
||||||
|
check_command check_http
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user