command_test_alert.sh 372 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 commandname="ALERT"
  7. local commandaction="Alert"
  8. local function_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
  9. fn_print_dots "${servername}"
  10. sleep 1
  11. check.sh
  12. info_config.sh
  13. alert="test"
  14. alert.sh
  15. core_exit.sh