-
What's new in M/Monit 4.3.1
-
Dark/Light Theme: Moved appearance settings from admin/settings to admin/user. Click on a user to select the theme for the M/Monit application. Choose "Auto" to follow the system's dark or light mode settings, or manually set the theme to "Light" or "Dark" based on your preference.
-
New Environment Variables: Added two new environment variables for use by Alert Service and Alert Program scripts.
MONIT_TIMESTAMP
contains the event timestamp in UTC (seconds) and can be used by your script to display a date in a different time zone than MONIT_DATE
, which contains a date string in the M/Monit server's local time. MONIT_STATE
represents the event state, where 0 = Success, 1 = Failed, 2 = Changed, and 3 = Initial/Other. By examining this value, the script can determine whether it was triggered due to an error or a successful event.
-
Plus other fixes. See the release notes for all changes.