#!/usr/bin/env php loadAlerts($where); if (empty($alerts)) { echo 'No active alert found, please check that you have the correct ids'; exit(2); } $alert = $alerts[0]; $alert['details']['delay'] = 0; $alert['note'] = 'Testing'; $runAlerts->issueAlert($alert); } else { c_echo(' Info: Use this to send an actual alert via transports that is currently active. Usage: -r Is the Rule ID. -h Is the device ID or hostname -d Debug Example: ./scripts/test-alert.php -r 4 -d -h localhost '); exit(1); }