You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add fixed trigger drop_partition_on_delete_service to upgrade script
The trigger is called `BEFORE DELETE` and was always returning `NULL`, canceling the actual `DELETE` statement.
Support changing uid/gid
This patch adds uid and gid parameters to the conf file. Setting them
allows to start nagios_dispatcher as root then change its user and
group IDs for security.
This allows init scripts or inittab configuration.