forked from ISTI-ansible-roles/ansible-roles
The NRPE handler will run a service restart and not a 'start'.
This commit is contained in:
parent
defbf77503
commit
7ac767247f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue