X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=modules%2Fprivate%2Fmonitoring%2Fnagios-cli.cfg;fp=modules%2Fprivate%2Fmonitoring%2Fnagios-cli.cfg;h=0000000000000000000000000000000000000000;hp=7bd30cbb0df7a6ece55f953e2eb7c765f8f354fe;hb=1a64deeb894dc95e2645a75771732c6cc53a79ad;hpb=fa25ffd4583cc362075cd5e1b4130f33306103f0 diff --git a/modules/private/monitoring/nagios-cli.cfg b/modules/private/monitoring/nagios-cli.cfg deleted file mode 100644 index 7bd30cb..0000000 --- a/modules/private/monitoring/nagios-cli.cfg +++ /dev/null @@ -1,68 +0,0 @@ -# -*- coding: utf-8; -*- - -[cli] -history = /var/lib/naemon/nagios_cli_history - -[ui] -color = 1 -prompt = naemon %s> -prompt_separator = " → " - -[nagios] -log = /var/log/naemon -command_file = /run/naemon/naemon.cmd -log_file = %(log)s/naemon.log -object_cache_file = /var/lib/naemon/objects.cache -status_file = /var/lib/naemon/status.dat - -[object] -host.status = - host_name - current_state - plugin_output - is_flapping - last_check - last_time_down - last_state_change - check_period - notification_period - current_attempt - max_attempts -service.status = - host_name - service_description - current_state - is_flapping - plugin_output - last_time_down - last_state_change - last_check - next_check - check_interval - check_latency - check_period - notification_period - current_attempt - max_attempts - -[string] -level.ok = ↑ OK -level.warning = ! WARNING -level.critical = ↓ CRITICAL -level.unknown = ↕ UNKNOWN - -[color] -error = bold_red - -prompt = normal -prompt.object = bold - -host.host_name = bold -host.plugin_output = bold -service.plugin_output = bold - -level.ok = bold_green -level.warning = bold_yellow -level.critical = bold_red -level.unknown = bold_magenta -