Fichiers configs nagios

This commit is contained in:
2025-09-26 14:56:55 +02:00
parent fda826343a
commit a1e253ba26
13 changed files with 2602 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# service de supervision de Load Linux avec SNMP
# 3 valeurs : charge moyenne sur 1 min, 5 min, 15 min
define service{
use generic-service ;Use generic-service template
hostgroup_name linux-servers ; S'applique au groupe en question
service_description chk-lin-load ; Nom du service
check_command check_lin_load!public!--v2c!netsl!3,2,2!3,2,2 ; Command
# servicegroups ser-lin-base ;Service belong servicegroup
}