qm
This command specifies the monitoring thresholds for a particular queue manager.
Syntax
qm queueManager warningThreshold criticalThreshold
Parameters
- queueManager
- The queue manager that is to be enabled for file system monitoring.
- warningThreshold
- The percentage of file system that is full to trigger a usage warning notification.
- criticalThreshold
- The percentage of file system that is full to trigger a critical usage notification.
The following command specifies that the file system of queue manager QM1 is monitored,
with a warning threshold of 70% and a critical usage threshold of 85%:
mqi(config)# qm QM1 70 85