forked from ISTI-ansible-roles/ansible-roles
Fix the orientdb nagios handler: the startup script does not support the restart action.
This commit is contained in:
parent
56fc118e9d
commit
2c70d94945
|
@ -1,3 +1,3 @@
|
||||||
|
|
||||||
# Restart orientdb (via handler)
|
# Restart orientdb (via handler)
|
||||||
command[global_restart_orientdb]=/usr/bin/sudo /etc/init.d/orientdb restart
|
command[global_restart_orientdb]=/usr/bin/sudo /etc/init.d/orientdb start
|
||||||
|
|
Loading…
Reference in New Issue