From c0cc48032a7e6b13f4a9d1b696d89bb7cb0635a9 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 25 Mar 2025 14:20:49 +0100 Subject: [PATCH] development: adjust for monitor facility argument --- source/development/backend/autorun.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/development/backend/autorun.rst b/source/development/backend/autorun.rst index 36fd216c..c057ba0b 100644 --- a/source/development/backend/autorun.rst +++ b/source/development/backend/autorun.rst @@ -37,7 +37,7 @@ They can contain any executable file (e.g. shell scripts) in the following subdi - 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 - - scripts run during monitoring alerts triggered by state transitions + - scripts run during monitoring alerts triggered by state transitions. First argument is a comma-separated list of names of the affected gateways. - start - start script after system network startup - stop