From 1c06ec3b1d458aaffbbf58d23c61b07b9735aad2 Mon Sep 17 00:00:00 2001 From: Patrick Van der Veken Date: Tue, 19 Dec 2017 13:36:51 +0100 Subject: [PATCH] Added display_zenoss() --- sources/bin/check_health.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/bin/check_health.sh b/sources/bin/check_health.sh index 68a6906..1135004 100644 --- a/sources/bin/check_health.sh +++ b/sources/bin/check_health.sh @@ -26,8 +26,8 @@ # display_usage(), do_cleanup, fix_symlinks(), read_config() # + include functions # For other pre-requisites see the documentation in display_usage() -# REQUIRES (OPTIONAL): display_csv(), display_terse(), display_init(), -# notify_eif(), notify_mail(), notify_sms() +# REQUIRES (OPTIONAL): display_csv(), display_terse(), display_init(), +# display_zenoss(), notify_eif(), notify_mail(), notify_sms() # ----------------------------------------------------------------------------- # DO NOT CHANGE THIS FILE UNLESS YOU KNOW WHAT YOU ARE DOING! #******************************************************************************