forked from tbartelmess/NRPE-OSX
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.nagios.nrpe.plist
More file actions
38 lines (38 loc) · 925 Bytes
/
com.nagios.nrpe.plist
File metadata and controls
38 lines (38 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>GroupName</key>
<string>nagios</string>
<key>Label</key>
<string>com.nagios.nrpe</string>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/nrpe</string>
<string>-c</string>
<string>/etc/nrpe.cfg</string>
<string>-i</string>
</array>
<key>UserName</key>
<string>nagios</string>
<key>Sockets</key>
<dict>
<key>Listeners</key>
<dict>
<key>SockServiceName</key>
<string>5666</string>
<key>SockType</key>
<string>stream</string>
</dict>
</dict>
<key>inetdCompatibility</key>
<dict>
<key>Wait</key>
<false/>
</dict>
<key>StandardErrorPath</key>
<string>/Library/Logs/nrpe/nrpe-err.log</string>
<key>StandardOutPath</key>
<string>/Library/Logs/nrpe/nrpe-out.log</string>
</dict>
</plist>