mirror of https://github.com/zulip/zulip.git
puppet: Fix Nagios check_disk flagging special filesystems.
This commit is contained in:
parent
c764b46cef
commit
16a4ce1bd2
|
@ -48,7 +48,7 @@ define command{
|
|||
|
||||
define command{
|
||||
command_name check_remote_disk
|
||||
command_line /usr/lib/nagios/plugins/check_by_ssh -p 22 -l nagios -t 30 -i /var/lib/nagios/.ssh/id_rsa -H $HOSTADDRESS$ -C '/usr/lib/nagios/plugins/check_disk -W$ARG1$ -K$ARG2$ -w $ARG1$ -c $ARG2$ -A -l'
|
||||
command_line /usr/lib/nagios/plugins/check_by_ssh -p 22 -l nagios -t 30 -i /var/lib/nagios/.ssh/id_rsa -H $HOSTADDRESS$ -C '/usr/lib/nagios/plugins/check_disk -W$ARG1$ -K$ARG2$ -w $ARG1$ -c $ARG2$ -A -l -X cgroup -X tmpfs -X devtmpfs'
|
||||
}
|
||||
|
||||
define command{
|
||||
|
|
Loading…
Reference in New Issue