command_test_alert.sh 364 B

1234567891011121314151617
  1. #!/bin/bash
  2. # LinuxGSM command_test_alert.sh function
  3. # Author: Daniel Gibbs
  4. # Website: https://linuxgsm.com
  5. # Description: Sends a test alert.
  6. local modulename="ALERT"
  7. local commandaction="Alert"
  8. local function_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
  9. fn_print_dots "${servername}"
  10. check.sh
  11. info_config.sh
  12. alert="test"
  13. alert.sh
  14. core_exit.sh