Changeset 2055 for branches/fc15-dev/lvs/debian
- Timestamp:
- Nov 16, 2011, 1:13:13 PM (13 years ago)
- Location:
- branches/fc15-dev
- Files:
-
- 2 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc15-dev
- Property svn:mergeinfo changed
/trunk merged: 2048,2051-2053
- Property svn:mergeinfo changed
-
branches/fc15-dev/lvs/debian/config/etc/ha.d/ldirectord-http.sh
r1203 r2055 21 21 " 22 22 echo "<html><head><title>scripts.mit.edu server status</title></head><body><h1>scripts.mit.edu server status</h1><p>The following table shows a list of the servers that are currently handling web requests for scripts.mit.edu:</p><table>" 23 /sbin/ipvsadm -L -f 2 | sed 's/:0//; s/:Port//' | awk 'BEGIN { OFS="</td><td>" } /->/ {print "<tr><td>" $2, $4, $5, $6 "</td></tr>"}'23 /sbin/ipvsadm | sed 's/:0//; s/:Port//' | awk 'BEGIN { OFS="</td><td>"; show=1 } /^FWM 2 / { show=1 } /^FWM [^2] / { show=0 } /->/ { if (show==1) print "<tr><td>" $2, $4, $5, $6 "</td></tr>"}' 24 24 echo "</table></body></html>" -
branches/fc15-dev/lvs/debian/config/etc/munin/munin-node.conf
r1359 r2055 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 -
branches/fc15-dev/lvs/debian/config/etc/nagios/nrpe.cfg
r1938 r2055 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.