Skip to content

Commit 95e1097

Browse files
committed
Fixed log path
1 parent 806ba48 commit 95e1097

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

com.nagios.nrpe.plist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
<string>/etc/nrpe.cfg</string>
1414
<string>-i</string>
1515
</array>
16-
<key>StandardErrorPath</key>
17-
<string>/Library/Logs/nrpe-err.log</string>
18-
<key>StandardOutPath</key>
19-
<string>/Library/Logs/nrpe-out.log</string>
2016
<key>UserName</key>
2117
<string>nagios</string>
2218
<key>Sockets</key>
@@ -34,5 +30,9 @@
3430
<key>Wait</key>
3531
<false/>
3632
</dict>
33+
<key>StandardErrorPath</key>
34+
<string>/Library/Logs/nrpe/nrpe-err.log</string>
35+
<key>StandardOutPath</key>
36+
<string>/Library/Logs/nrpe/nrpe-out.log</string>
3737
</dict>
3838
</plist>

0 commit comments

Comments
 (0)