The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
964 views

Munin graphing by CGI

I have Munin working just fine, but any time I try to do cgi graphing - it just stops graphing... no errors in the log, nothing. I've followed the instructions here: ...
0
votes
1answer
28 views

munin aggregate graph problems

Munin is driving me crazy. I'm trying to get an aggregate graph working. Here is my conf file: [Mydomain;machine-1] address xxx.xxx.xxx.xxx use_node_name yes [Mydomain;machine-2] address ...
0
votes
1answer
27 views

How to make aggregate graphs of varnish in munin

I'm trying to sum the graphs of varnish in munin. I've tried with all the possibilities than i could but i don't manage to succeed. [group;Agregadas] update no varnish.graph_title Hit ...
0
votes
1answer
293 views

Munin throwing errors with fresh install

I just installed munin on a fresh ubuntu system, munin node throwing the following errors: 2013/01/30-21:10:02 CONNECT TCP Peer: "[::ffff:127.0.0.1]:39316" Local: "[::ffff:127.0.0.1]:4949" Use of ...
0
votes
1answer
403 views

Munin 2 data not showing up on graph

I have a fresh installation of Munin 2.0.1 on my Ubuntu 12.04 and the first time I tried to view graphs, it showed them properly(After installation, I had to follow ...
2
votes
0answers
66 views

How to add totals into network traffic graphs in munin 1.4.x (like ones in cacti)?

Here's example picture I found with google.
0
votes
0answers
5 views

munin / rrdtool how to create graph with Y axis has different down and up scales?

It is possible to tell MUMIN plugin draw graph with different up and down Y axis scales? I looked for this on Internet but found nothing. I read mumin docs, but this points to RRDtool docs. In last ...
0
votes
0answers
32 views

How to operate the plugin of munin membyuser?

I can not run this plugin membyuser The graph is not shown eg screenshots munin-node is configured as follows: /etc/munin/plugin-conf.d/munin-node ... [membyuser] env.USERS user1 user2 user3 user4 ...
0
votes
0answers
36 views

Munin Cur/Min/Max/Avg number format

I am graphing some numbers of this form: 4.3500, 4.3150 but munin shows them in Cur/Min/Max/Avg like 4.35, 4.30. How can I keep the full format? These are my settings: echo 'graph_args --base ...