1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-24 09:57:09 +00:00
Suspicious sections:
plugins/mail/postfix_mail_stats		recieved.label
plugins/nginx/nginx_vhost_traffic
This commit is contained in:
Veres Lajos 2014-12-04 23:37:42 +00:00
parent 8e18199f16
commit fba800ae52
119 changed files with 176 additions and 176 deletions

View file

@ -36,7 +36,7 @@
# Use "sed 1d" instead of "tail +2" in df plugins (patch by Olivier Delhomme).
#
# Revision 1.1 2004/01/02 18:50:01 jimmyo
# Renamed occurrances of lrrd -> munin
# Renamed occurrences of lrrd -> munin
#
# Revision 1.1.1.1 2004/01/02 15:18:07 jimmyo
# Import of LRRD CVS tree after renaming to Munin

View file

@ -25,12 +25,12 @@
# directory to check
DIR="/var/cache/apache2/"
# unique id, just in case you got multiple such scripts, change id as needed (i guess it shoudl be obsolete, not tested)
# unique id, just in case you got multiple such scripts, change id as needed (i guess it should be obsolete, not tested)
ID=1;
# - make sure that user/group that executes this script has acess to the directory you ahve configured
# - make sure that user/group that executes this script has access to the directory you have configured
# otherwise run it as another user, edit plugins-conf.d/munin-node and stuff it with example below code (not suggested)
# remeber to remove hashes from the beginning of the lines
# remember to remove hashes from the beginning of the lines
#
# [du]
# user root

View file

@ -44,7 +44,7 @@ and divides it by the number of I/Os that happened in the given time frame,
resulting in an average time per I/O on the block-device level.
This value can give you a good comparison base amongst different controllers,
storage subsystems and disks for similiar workloads.
storage subsystems and disks for similar workloads.
=head2 Syscall Wait Time
@ -656,7 +656,7 @@ sub translate_lvm_name {
my $device_name = basename($entry);
# Check for single-dash-occurence to see if this could be a lvm devicemapper device.
# Check for single-dash-occurrence to see if this could be a lvm devicemapper device.
if ($device_name =~ m/(?<!-)-(?!-)/) {
# split device name into vg and lv parts

View file

@ -50,7 +50,7 @@
# Rewrite of linux/iostat by Mike Fedyk (Deb##223373,224113).
#
# Revision 1.1 2004/01/02 18:50:01 jimmyo
# Renamed occurrances of lrrd -> munin
# Renamed occurrences of lrrd -> munin
#
# Revision 1.1.1.1 2004/01/02 15:18:07 jimmyo
# Import of LRRD CVS tree after renaming to Munin

View file

@ -156,7 +156,7 @@ def map_procentries_to_devices(list_of_dicts,devfilter_regex):
# - vendor
sys_pathname = sysfs_base + '/' + ':'.join(elem[:4]) # isolate stuff like 2:0:0:0
# Should actually not happen, but nontheless:
# Should actually not happen, but nonetheless:
if not os.path.islink(sys_pathname):
continue