Install pgmon script

This commit is contained in:
2024-06-05 23:23:34 -04:00
parent 863d048c04
commit 21ff282f19
3 changed files with 6 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ extra_started_commands="reload"
agent_name=${RC_SERVICE#pgmon.}
agent_name=${agent_name:-pgmon}
command="/usr/local/bin/pgmon.py"
command="/usr/bin/pgmon"
command_args="--server --config /etc/pgmon/${agent_name}.cfg"
command_user="zabbix:zabbix"