1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Plugin-Gallery: Include images (rename example-graphs)

This commit is contained in:
dipohl 2017-02-25 01:15:47 +01:00
parent 7fdb4741fe
commit 1f5ef0938c
16 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ int config() {
printf(
"graph_title multicpu1sec\n"
"graph_category system::1sec\n"
"graph_category 1sec\n"
"graph_vlabel average cpu use %%\n"
"graph_scale no\n"
"graph_total All CPUs\n"

View file

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Before After
Before After

View file

@ -92,7 +92,7 @@ if (@ARGV > 0 && $ARGV[0] eq 'config') {
print "graph_args -l 0\n";
print "graph_vlabel packages\n";
print "graph_scale no\n";
print "graph_category postfix\n";
print "graph_category mail\n";
foreach my $host (hosts) {
next if host_excluded $host;