Fix the orientdb nagios handler: the startup script does not support the restart action.

This commit is contained in:
Andrea Dell'Amico 2017-10-21 16:23:42 +02:00
parent 56fc118e9d
commit 2c70d94945
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# 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