Màj check_conf

This commit is contained in:
Alban Vidal 2022-12-27 06:51:38 +01:00
parent a228f5e624
commit 1c576c1356
2 changed files with 46 additions and 1 deletions

View File

@ -0,0 +1,45 @@
#!/usr/bin/env bash
################################################################################
# BSD 3-Clause License
#
# Copyright (c) 2020-2021, Alban Vidal <alban.vidal@zordhak.fr>
# Copyright (c) 2020-2021, Quentin Lejard <q.lejard@valde.fr>
# All rights reserved.
#
# Please see license file on root of this directory
################################################################################
# !! GIT FILE !!
# https://framagit.org/zorval/scripts/check-nrpe
################################################################################
NORMAL='\033[00m'
GRAS='\033[01m'
SSLIGNE='\033[04m'
ROUGE='\033[31m'
LROUGE='\033[91m'
VERT='\033[32m'
LVERT='\033[92m'
JAUNE='\033[33m'
LJAUNE='\033[93m'
JAUNE2='\033[38;5;220m'
BLEU='\033[34m'
LBLEU='\033[94m'
BLEU2='\033[38;5;69m'
MAGENTA='\033[35m'
LMAGENTA='\033[95m'
CYAN='\033[36m'
LCYAN='\033[96m'
LGRIS='\033[37m'
GRIS='\033[90m'
ORANGE='\033[38;5;208m'

View File

@ -35,7 +35,7 @@ if [ ! -z "$OPTION_1" ]; then
fi
fi
FIC_COLORS=/etc/profile.d/00_fonctions.sh
FIC_COLORS=/etc/profile.d/00_couleurs.sh
# Récupération des couleurs (NORMAL GRAS SSLIGNE ROUGE VERT BLEU GRIS)
if [ "$PRINT_MODE" = true ]; then