bludr-manage-asnmon.sh script
You can use the bludr-manage-asnmon.sh script to suspend the asnmon program, resume the program, or check whether it is active. Run this script in the Docker container bash shell.
Syntax
Parameters
- -p or --suspend
- Suspends monitoring. The monitor does not check for alert conditions or issue email alerts.
- -r or --resume
- Resumes monitoring and alerts.
- -s or --state
- Checks whether the monitor is active or suspended.
- -h or --help
- Provides command help.
Example 1: Suspending the monitor
/opt/ibm/bludr/scripts/bin/bludr-manage-asnmon.sh -p
Example 2: Resuming the monitor
/opt/ibm/bludr/scripts/bin/bludr-manage-asnmon.sh -r
