Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 594d1c8

Browse files
committed
Change location of the nagios command file.
Since we now use icinga instead.
1 parent 6ff4dfa commit 594d1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nagios.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from fabric.api import *
66

77

8-
NAGIOS_CMD_FILE = '/var/lib/nagios3/rw/nagios.cmd'
8+
NAGIOS_CMD_FILE = '/var/lib/icinga/rw/nagios.cmd'
99

1010

1111
def submit_nagios_cmd(command):

0 commit comments

Comments
 (0)