development: de-deprecate 'monitor' hook

PR: https://github.com/opnsense/core/issues/8199
This commit is contained in:
Franco Fichtner 2025-02-14 11:13:02 +01:00
parent 0346fee27e
commit b7ebdfd5ec

View file

@ -36,8 +36,8 @@ They can contain any executable file (e.g. shell scripts) in the following subdi
- start script before system network startup
- import
- run very early to allow overriding the opnsense-import functionality either by providing a /conf/config.xml beforehand or modifying the default import afterwards
- monitor (deprecated)
- scripts handling gateway monitoring alerts, no longer in use by core but provided for compatibility
- monitor
- scripts run during monitoring alerts triggered by state transitions
- start
- start script after system network startup
- stop