mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
nagios: Fix argument expansion in check_postgres_alert_args command
This was apparently causing some quoting weirdness. (imported from commit 680d3cb9f4b1cf47cc1652feeb9f19855e7aa3e0)
This commit is contained in:
@@ -98,7 +98,7 @@ define command{
|
|||||||
|
|
||||||
define command{
|
define command{
|
||||||
command_name check_postgres_alert_args
|
command_name check_postgres_alert_args
|
||||||
command_line /usr/lib/nagios/plugins/check_by_ssh -p $ARG1$ -l humbug -t 30 -i /var/lib/nagios/.ssh/id_rsa -H $HOSTADDRESS$ -C '/usr/lib/nagios/plugins/check_postgres.pl --dbname=humbug --dbuser=humbug --action $ARG2$ --warning="$ARG3" --critical="$ARG4"'
|
command_line /usr/lib/nagios/plugins/check_by_ssh -p $ARG1$ -l humbug -t 30 -i /var/lib/nagios/.ssh/id_rsa -H $HOSTADDRESS$ -C '/usr/lib/nagios/plugins/check_postgres.pl --dbname=humbug --dbuser=humbug --action $ARG2$ --warning="$ARG3$" --critical="$ARG4$"'
|
||||||
}
|
}
|
||||||
|
|
||||||
define command{
|
define command{
|
||||||
|
|||||||
Reference in New Issue
Block a user