ajout script
This commit is contained in:
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
|
||||||
|
}
|
Reference in New Issue
Block a user