system
This command specifies the monitoring thresholds for a particular system file system.
Syntax
sytem fileSystem warningThreshold criticalThreshold
Parameters
- fileSystem
- The system file system that is to be enabled for file system monitoring. The following file
systems can be monitored:
- system – System storage (Flash device)
- temporary – Temporary storage (temporary:)
- mqroot – IBM MQ root
- mqbackup – IBM MQ queue manager backups (mqbackup:///QMgrs)
- mqdiag – IBM MQ diagnostics (mqdiag:)
- mqerr – IBM MQ errors (mqerr:)
- mqtrace – IBM MQ trace (mqtrace:)
- criticalThreshold
- The percentage of file system that is full to trigger a critical usage notification.
- warningThreshold
- The percentage of file system that is full to trigger a usage warning notification.
The following command specifies that the mqtrace file system
(mqtrace:///) is monitored, with a warning threshold of 70% and a critical
usage threshold of 85%:
mqi(config)# mqtrace QM1 70 85