Modification du message d'erreur pour la surveillance de NTP
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@433 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2
check
2
check
@@ -261,7 +261,7 @@ function testBatterie()
|
||||
function testNTP()
|
||||
{
|
||||
# Cette fonction teste si NTP est bien synchronisé avec un serveur de temps
|
||||
/usr/bin/ntpq -n -c peers | egrep -q '^\*' || checklog "Serveur de temps asynchronisé ou injoignable"
|
||||
/usr/bin/ntpq -n -c peers | egrep -q '^\*' || checklog "Serveur de temps désynchronisé ou injoignable"
|
||||
}
|
||||
|
||||
if [ ! -f "/etc/check.conf" ]; then
|
||||
|
||||
Reference in New Issue
Block a user