File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
monitoring/munin/plugin-conf.d Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ extend-ignore-re = [
3838 " \\ |ignor\\ [ei\\ ]" ,
3939 " nmap -n -Pn" ,
4040 " vim:.*\\ bnoet\\ b" ,
41+ " 127\\ .0\\ .0\\ .1 STABL" ,
4142 " Excel function: =JOBB.*" ,
4243 " Jobb felhasználói" ,
4344 " Jobb helyezés" ,
Original file line number Diff line number Diff line change 44
55exit 0
66
7- # On the "donor" before snapshoting
7+ # On the "donor" before snapshotting
88
99# Switch to DHCP
1010apt-get install -qq isc-dhcp-client
@@ -15,7 +15,7 @@ editor /etc/network/interfaces
1515
1616# ## Do snapshot! ###
1717
18- # Revert after snapshoting
18+ # Revert after snapshotting
1919mv -f /etc/network/interfaces.clone /etc/network/interfaces
2020mv -f /etc/resolv.conf.clone /etc/resolv.conf
2121# ifdown eth0; ifup eth0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ logfile - Files to grep (shellglob) (required)
22regex - Regex to look for (required)
33label - Label
44counter - If set the value captured by the first paren
5- in the regex is summed instead of coutning lines.
5+ in the regex is summed instead of counting lines.
66 The value is used for the vertical label.
77regex_<key> - Additional regexes
88label_<key> - Additional labels
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ cp webserver/default-image-38FC48.jpg ${PRG_ROOT}/
5454# kabel / ocp.php
5555cp webserver/ocp.php ${PRG_ROOT} /
5656
57- # APC/APCu ontrol panel
57+ # APC/APCu control panel
5858# apc.php from APC trunk for PHP 5.4-
5959# php -r 'if(1!==version_compare("5.5",phpversion())) exit(1);' \
6060# && wget -nv -O${PRG_ROOT}/apc.php "http://git.php.net/?p=pecl/caching/apc.git;a=blob_plain;f=apc.php;hb=HEAD"
You can’t perform that action at this time.
0 commit comments