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,42 @@
###############################################################################
# LOCALHOST.CFG - SAMPLE OBJECT CONFIG FILE FOR MONITORING THIS MACHINE
#
#
# NOTE: This config file is intended to serve as an *extremely* simple
# example of how you can create configuration entries to monitor
# the local (Linux) machine.
#
###############################################################################
###############################################################################
#
# HOST DEFINITION
#
###############################################################################
# Define a host for the local machine
define host {
use linux-server ; Name of host template to use
; This host definition will inherit all variables that are defined
; in (or inherited by) the linux-server host template definition.
host_name gwsio
alias gwsio
address 192.168.0.1
}
###############################################################################
#
# HOST GROUP DEFINITION
#
###############################################################################
# Define a service to check HTTP on the local machine.
# Disable notifications for this service by default, as not all users may have HTTP enabled.