- Timestamp:
- Nov 12, 2011, 10:11:23 PM (13 years ago)
- Location:
- trunk/lvs/debian/config/etc
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lvs/debian/config/etc/munin/munin-node.conf
r1359 r2048 14 14 user root 15 15 group root 16 setsid yes16 setsid 1 17 17 18 18 # Regexps for files to ignore 19 19 20 ignore_file ~$ 20 #ignore_file [#~]$ # FIX doesn't work. '#' starts a comment 21 ignore_file DEADJOE$ 21 22 ignore_file \.bak$ 22 23 ignore_file %$ 23 24 ignore_file \.dpkg-(tmp|new|old|dist)$ 24 25 ignore_file \.rpm(save|new)$ 26 ignore_file \.pod$ 25 27 26 28 # Set this if the client doesn't report the correct hostname when -
trunk/lvs/debian/config/etc/nagios/nrpe.cfg
r1937 r2048 24 24 # user and is running in standalone mode. 25 25 26 pid_file=/var/run/n rpe.pid26 pid_file=/var/run/nagios/nrpe.pid 27 27 28 28
Note: See TracChangeset
for help on using the changeset viewer.