Impossible de graph les stats Munin - réseaux et sécurité - Linux et OS Alternatifs
MarshPosté le 31-03-2005 à 12:53:31
Bonjour, j'ai installé munin sur une bécane sous debian (par apt-get), une tache cron a été rajouté automatiquement mais elle merde, voici la sortie de la tache cron :
Sortie de la commande if [ -x /usr/bin/munin-cron ]; then /usr/bin/munin-cron; fi ..
Options: --[no]force Force drawing of graphs that are not usually drawn due to options in the config file. [--noforce] --[no]force-root Force running, even as root. [--noforce-root] --[no]lazy Only redraw graphs when needed. [--lazy] --help View this message. --version View version information. --debug View debug messages. --service <service> Limit graphed services to <service>. Multiple --service options may be supplied. --host <host> Limit graphed hosts to <host>. Multiple --host options may be supplied. --config <file> Use <file> as configuration file. [/etc/munin/munin.conf] --[no]list-images List the filenames of the images created. [--nolist-images] --[no]day Create day-graphs. [--day] --[no]week Create week-graphs. [--week] --[no]month Create month-graphs. [--month] --[no]year Create year-graphs. [--year]
Apparament cette tache cron effectue plusieurs actions, tous semble marcher sauf le munin-graph qui permet d'obetnir les graphiques. En effet les fichiers rrd sont bien mis à jours toutes les 5 min : -rw-r--r-- 1 munin munin 50604 Mar 31 12:50 bossa.visentin-web.net-vmstat-sleep-g.rrd -rw-r--r-- 1 munin munin 50604 Mar 31 12:50 bossa.visentin-web.net-vmstat-wait-g.rrd bossa:~# date jeu mar 31 12:50:32 CEST 2005
J'ai donc essayer de faire une tache cron qui exécute un munin-graph --config /etc/munin/munin.conf, mais j'obtiens une erreur : Sortie de la commande /usr/share/munin/munin-graph --config /etc/munin/munin.conf ..
Can't use string ("visentin-web.net" ) as a HASH ref while "strict refs" in use at /usr/share/perl5/Munin.pm line 784.
Je ne vois pas quoi faire, puis la doc de munin n'est pas très complète, si qq un peut m'aider. Merci.
Marsh Posté le 31-03-2005 à 12:53:31
Bonjour, j'ai installé munin sur une bécane sous debian (par apt-get), une tache cron a été rajouté automatiquement mais elle merde, voici la sortie de la tache cron :
Sortie de la commande if [ -x /usr/bin/munin-cron ]; then /usr/bin/munin-cron; fi ..
Unknown option: cron
Usage: /usr/share/munin/munin-graph [options]
Options:
--[no]force Force drawing of graphs that are not usually
drawn due to options in the config file. [--noforce]
--[no]force-root Force running, even as root. [--noforce-root]
--[no]lazy Only redraw graphs when needed. [--lazy]
--help View this message.
--version View version information.
--debug View debug messages.
--service <service> Limit graphed services to <service>. Multiple --service
options may be supplied.
--host <host> Limit graphed hosts to <host>. Multiple --host options
may be supplied.
--config <file> Use <file> as configuration file. [/etc/munin/munin.conf]
--[no]list-images List the filenames of the images created.
[--nolist-images]
--[no]day Create day-graphs. [--day]
--[no]week Create week-graphs. [--week]
--[no]month Create month-graphs. [--month]
--[no]year Create year-graphs. [--year]
Apparament cette tache cron effectue plusieurs actions, tous semble marcher sauf le munin-graph qui permet d'obetnir les graphiques.
En effet les fichiers rrd sont bien mis à jours toutes les 5 min :
-rw-r--r-- 1 munin munin 50604 Mar 31 12:50 bossa.visentin-web.net-vmstat-sleep-g.rrd
-rw-r--r-- 1 munin munin 50604 Mar 31 12:50 bossa.visentin-web.net-vmstat-wait-g.rrd
bossa:~# date
jeu mar 31 12:50:32 CEST 2005
J'ai donc essayer de faire une tache cron qui exécute un munin-graph --config /etc/munin/munin.conf, mais j'obtiens une erreur :
Sortie de la commande /usr/share/munin/munin-graph --config /etc/munin/munin.conf ..
Can't use string ("visentin-web.net" ) as a HASH ref while "strict refs" in use at /usr/share/perl5/Munin.pm line 784.
Je ne vois pas quoi faire, puis la doc de munin n'est pas très complète, si qq un peut m'aider.
Merci.