1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-24 18:07:20 +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

@ -383,7 +383,7 @@ sub run_fetch() {
}
push @{$cpus->{$field->[0]}}, $field;
}
# finished reading ? trucate it right away
# finished reading ? truncate it right away
truncate CACHE, 0;
close CACHE;
foreach my $cpu (keys %$cpus) {

View file

@ -18,7 +18,7 @@
# Added "info"-fields to linux/cpu and linux/load plugins, to demonstrate how it works.
#
# 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
@ -39,7 +39,7 @@
# If run with the "autoconf"-parameter, give our opinion on wether we
# If run with the "autoconf"-parameter, give our opinion on whether we
# should be run on this system or not. This is optinal, and only used by
# munin-config. In the case of this plugin, we should most probably
# always be included.

View file

@ -14,7 +14,7 @@
# Fixed problem with sunos/memory, when memory was reported in gigabytes (SF#930964).
#
# 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