From 08123be5849bfd3cd8188b7394dcdd7489e41ed5 Mon Sep 17 00:00:00 2001 From: Micheal Wall Date: Sun, 10 May 2020 16:31:02 -0500 Subject: [PATCH] ping-monitor: updated the help with a repo to aid in analysis of the data --- modules/ping-monitor | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/modules/ping-monitor b/modules/ping-monitor index 8c3e324..6691de0 100644 --- a/modules/ping-monitor +++ b/modules/ping-monitor @@ -188,10 +188,12 @@ Target: host to ping.\n" 16 60 1\ $DIALOG_HELP) dialog --title "Help" \ --msgbox " \ -ping-monitor will send continuous ping requests to a target host and record the responses to the \ -local filesystem. Every 5 minutes, it will attempt to move the log of response data from the \ -local filesystem to a remote filesystem over sshfs. Therefore, this module requires that the \ -sshfs module be installed, configured, and started. \ +ping-monitor will send continuous ping requests to a target host and record the timestamped \ +responses to the local filesystem. Every 5 minutes, it will attempt to move the response data \ +from the local filesystem to a remote filesystem over sshfs. Therefore, this module requires \ +that the sshfs module be installed, configured, and started. \n\n \ +For analyzing the data, use any of your favorite tools like sed, awk, find, and python. \n\n \ +For some out-of-the-box examples, look at https://github.com/mmdj4u/lan-turtle-heaven.git \ " 20 60 configure ;;