The NRPE handler will run a service restart and not a 'start'.

This commit is contained in:
Andrea Dell'Amico 2017-08-28 19:54:14 +02:00
parent defbf77503
commit 7ac767247f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Restart SmartGears (via handler)
command[global_restart_smartgears]=/usr/bin/sudo /etc/init.d/tomcat-instance-{{ smartgears_http_port }} start
command[global_restart_smartgears]=/usr/bin/sudo /etc/init.d/tomcat-instance-{{ smartgears_http_port }} restart