Skip to content

Commit 40006c1

Browse files
committed
Also install gettext
1 parent acc134c commit 40006c1

File tree

2 files changed

+84
-65
lines changed

2 files changed

+84
-65
lines changed

NRPE.pkgproj

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,90 @@
519519
<key>UID</key>
520520
<integer>0</integer>
521521
</dict>
522+
<dict>
523+
<key>CHILDREN</key>
524+
<array>
525+
<dict>
526+
<key>CHILDREN</key>
527+
<array>
528+
<dict>
529+
<key>CHILDREN</key>
530+
<array>
531+
<dict>
532+
<key>CHILDREN</key>
533+
<array>
534+
<dict>
535+
<key>CHILDREN</key>
536+
<array/>
537+
<key>GID</key>
538+
<integer>0</integer>
539+
<key>PATH</key>
540+
<string>/usr/local/Cellar/gettext/0.18.3.2/lib/libintl.8.dylib</string>
541+
<key>PATH_TYPE</key>
542+
<integer>0</integer>
543+
<key>PERMISSIONS</key>
544+
<integer>292</integer>
545+
<key>TYPE</key>
546+
<integer>3</integer>
547+
<key>UID</key>
548+
<integer>0</integer>
549+
</dict>
550+
</array>
551+
<key>GID</key>
552+
<integer>0</integer>
553+
<key>PATH</key>
554+
<string>lib</string>
555+
<key>PATH_TYPE</key>
556+
<integer>0</integer>
557+
<key>PERMISSIONS</key>
558+
<integer>493</integer>
559+
<key>TYPE</key>
560+
<integer>2</integer>
561+
<key>UID</key>
562+
<integer>0</integer>
563+
</dict>
564+
</array>
565+
<key>GID</key>
566+
<integer>0</integer>
567+
<key>PATH</key>
568+
<string>gettext</string>
569+
<key>PATH_TYPE</key>
570+
<integer>0</integer>
571+
<key>PERMISSIONS</key>
572+
<integer>493</integer>
573+
<key>TYPE</key>
574+
<integer>2</integer>
575+
<key>UID</key>
576+
<integer>0</integer>
577+
</dict>
578+
</array>
579+
<key>GID</key>
580+
<integer>0</integer>
581+
<key>PATH</key>
582+
<string>opt</string>
583+
<key>PATH_TYPE</key>
584+
<integer>0</integer>
585+
<key>PERMISSIONS</key>
586+
<integer>493</integer>
587+
<key>TYPE</key>
588+
<integer>2</integer>
589+
<key>UID</key>
590+
<integer>0</integer>
591+
</dict>
592+
</array>
593+
<key>GID</key>
594+
<integer>0</integer>
595+
<key>PATH</key>
596+
<string>local</string>
597+
<key>PATH_TYPE</key>
598+
<integer>0</integer>
599+
<key>PERMISSIONS</key>
600+
<integer>493</integer>
601+
<key>TYPE</key>
602+
<integer>2</integer>
603+
<key>UID</key>
604+
<integer>0</integer>
605+
</dict>
522606
<dict>
523607
<key>CHILDREN</key>
524608
<array>

nrpe.cfg

Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -17,71 +17,6 @@
1717
log_facility=daemon
1818

1919

20-
21-
# PID FILE
22-
# The name of the file in which the NRPE daemon should write it's process ID
23-
# number. The file is only written if the NRPE daemon is started by the root
24-
# user and is running in standalone mode.
25-
26-
pid_file=/var/run/nrpe.pid
27-
28-
29-
30-
# PORT NUMBER
31-
# Port number we should wait for connections on.
32-
# NOTE: This must be a non-priviledged port (i.e. > 1024).
33-
# NOTE: This option is ignored if NRPE is running under either inetd or xinetd
34-
35-
server_port=5666
36-
37-
38-
39-
# SERVER ADDRESS
40-
# Address that nrpe should bind to in case there are more than one interface
41-
# and you do not want nrpe to bind on all interfaces.
42-
# NOTE: This option is ignored if NRPE is running under either inetd or xinetd
43-
44-
#server_address=127.0.0.1
45-
46-
47-
48-
# NRPE USER
49-
# This determines the effective user that the NRPE daemon should run as.
50-
# You can either supply a username or a UID.
51-
#
52-
# NOTE: This option is ignored if NRPE is running under either inetd or xinetd
53-
54-
nrpe_user=nagios
55-
56-
57-
58-
# NRPE GROUP
59-
# This determines the effective group that the NRPE daemon should run as.
60-
# You can either supply a group name or a GID.
61-
#
62-
# NOTE: This option is ignored if NRPE is running under either inetd or xinetd
63-
64-
nrpe_group=nagios
65-
66-
67-
68-
# ALLOWED HOST ADDRESSES
69-
# This is an optional comma-delimited list of IP address or hostnames
70-
# that are allowed to talk to the NRPE daemon. Network addresses with a bit mask
71-
# (i.e. 192.168.1.0/24) are also supported. Hostname wildcards are not currently
72-
# supported.
73-
#
74-
# Note: The daemon only does rudimentary checking of the client's IP
75-
# address. I would highly recommend adding entries in your /etc/hosts.allow
76-
# file to allow only the specified host to connect to the port
77-
# you are running this daemon on.
78-
#
79-
# NOTE: This option is ignored if NRPE is running under either inetd or xinetd
80-
81-
allowed_hosts=127.0.0.1
82-
83-
84-
8520
# COMMAND ARGUMENT PROCESSING
8621
# This option determines whether or not the NRPE daemon will allow clients
8722
# to specify arguments to commands that are executed. This option only works

0 commit comments

Comments
 (0)