Management Pack used to start, extend, or stop maintenance mode for a Unix/Linux computer from the agent.
Maintenance mode is controled by writing entries to a log file (/var/log/scom-agentmm.log) on the agent.
The log file entries must follow a set format.
Starting/Extending Maintenance Mode
#TIMESTAMP#,START,#DURATION#,#COMMENT#,#REASON#
- ApplicationInstallation
- ApplicationUnresponsive
- LossOfNetworkConnectivity
- PlannedApplicationMaintenance
- PlannedHardwareInstallation
- PlannedOperatingSystemReconfiguration
- PlannedOther
- SecurityIssue
- UnplannedApplicationMaintenance
- UnplannedHardwareMaintenance
- UnplannedOther
01/06/2024 06:30,START,60,Testing MM,PlannedApplicationMaintenance
Stopping Maintenance Mode
#TIMESTAMP#,STOP
01/06/2024 06:30,STOP