Seite 2 von 10
Re: Muninseite funktioniert nicht
Verfasst: Fr 27. Mai 2011, 06:57
von TommyH99
Was ist unter /var/www/ipc/munin/localdomain/ drin?
Unter /etc/apache2/conf.d/ ist die munin Datei gelöscht?
Sent from my Desire HD
Re: Muninseite funktioniert nicht
Verfasst: Fr 27. Mai 2011, 07:06
von stoneii
also
bei mir gehts bis /var/www/ipc/munin/ " localdomain" den Ordner gibt es nicht!?
/var/www/ipc/munin > ls
definitions.html favicon.ico logo-h.png logo.png ls style.css
Ja
Unter /etc/apache2/conf.d/ ist die munin Datei gelöscht
/etc/apache2/conf.d > ls
charset localized-error-pages other-vhosts-access-log security
Re: Muninseite funktioniert nicht
Verfasst: Fr 27. Mai 2011, 07:19
von TommyH99
hmm, da muss automatisch, nachdem munin gestartet wird einen Ordner erstellen.
i os addon_munin.sh => deinstall
i os addon_munin.sh => install (wähle deine plugins aus)
vergiss mal iptraf und cpu plugin! dass machen wir später
nachdem dies passiert ist, müsste wie beschrieben im munin ordner /var/www/ipc/munin/localdomain/(localhost.localdomain)/ erstellt werden
zum testen eines plugins
munin-run cccam_(TABULATOR)
je nachdem wie die Ordnerstruktur ist, muss die graph.php angepasst werden, leider unterscheidet sich diese. Warum auch immer ...
Re: Muninseite funktioniert nicht
Verfasst: Fr 27. Mai 2011, 08:08
von stoneii
i os addon_munin.sh => deinstall
done
i os addon_munin.sh => install (wähle deine plugins aus)
done
iptraf und cpu plugin!
habe ich weg gelassen
im munin ordner /var/www/ipc/munin/gibt es
keinen /localdomain/ ordner
testen eines plugins geht auch nicht
munin-run cccam_(TABULATOR)
also irgend was ist da mega faul an der sache
- hc_546.jpg (150.13 KiB) 933 mal betrachtet
- hc_547.jpg (309.11 KiB) 933 mal betrachtet
- hc_548.jpg (229.35 KiB) 933 mal betrachtet
Re: Muninseite funktioniert nicht
Verfasst: Fr 27. Mai 2011, 08:43
von feissmaik
Mach mal bitte folgendes und poste die Ausgaben:
cat /etc/munin/munin.conf
munin-run cccam_cards
sudo -u munin /usr/bin/munin-cron
ls /var/www/ipc/munin/
PS: TommyH99 meinte mit "munin-run cccam_(TABULATOR)" das du erst cccam_ eingibst und dann die TABULATOR Taste drücken solltest, aber leider funktioniert das nicht an dieser stelle - das hat TommyH99 bischen verpeilt
Re: Muninseite funktioniert nicht
Verfasst: Fr 27. Mai 2011, 09:11
von stoneii
ok:
anbei die Ausgaben
Code: Alles auswählen
cat /etc/munin/munin.conf
# Example configuration file for Munin, generated by 'make build'
# The next three variables specifies where the location of the RRD
# databases, the HTML output, logs and the lock/pid files. They all
# must be writable by the user running munin-cron. They are all
# defaulted to the values you see here.
#
dbdir /var/lib/munin
#htmldir /var/cache/munin/www
htmldir /var/www/ipc/munin
logdir /var/log/munin
rundir /var/run/munin
#
# Where to look for the HTML templates
tmpldir /etc/munin/templates
# (Exactly one) directory to include all files from.
#
#includedir /etc/munin/munin-conf.d
# Make graphs show values per minute instead of per second
#graph_period minute
# Graphics files are normaly generated by munin-graph, no matter if
# the graphs are used or not. You can change this to
# on-demand-graphing by following the instructions in
# http://munin.projects.linpro.no/wiki/CgiHowto
#
#graph_strategy cgi
# munin-cgi-graph is invoked by the web server up to very many times at the
# same time. This is not optimal since it results in high CPU and memory
# consumption to the degree that the system can thrash. Again the default is
# 6. Most likely the optimal number for max_cgi_graph_jobs is the same as
# max_graph_jobs.
#
#munin_cgi_graph_jobs 6
# If the automatic CGI url is wrong for your system override it here:
#
#cgiurl_graph /cgi-bin/munin-cgi-graph
# munin-graph runs in parallel, the number of concurrent processes is
# 6. If you want munin-graph to not be parallel set to 0. If set too
# high it will slow down munin-graph. Some experiments are needed to
# determine how many are optimal on your system. On a multi-core
# system with good SCSI disks the number can probably be quite high.
#
#max_graph_jobs 6
# Drop somejuser@fnord.comm and anotheruser@blibb.comm an email everytime
# something changes (OK -> WARNING, CRITICAL -> OK, etc)
#contact.someuser.command mail -s "Munin notification" somejuser@fnord.comm
#contact.anotheruser.command mail -s "Munin notification" anotheruser@blibb.comm
#
# For those with Nagios, the following might come in handy. In addition,
# the services must be defined in the Nagios server as well.
#contact.nagios.command /usr/bin/send_nsca nagios.host.comm -c /etc/nsca.conf
contact.root.command mail -s "Munin notification" root@localhost
# a simple host tree
[localhost.localdomain]
address 127.0.0.1
use_node_name yes
#
# A more complex example of a host tree
#
## First our "normal" host.
# [fii.foo.com]
# address foo
#
## Then our other host...
# [fay.foo.com]
# address fay
#
## Then we want totals...
# [foo.com;Totals] #Force it into the "foo.com"-domain...
# update no # Turn off data-fetching for this "host".
#
# # The graph "load1". We want to see the loads of both machines...
# # "fii=fii.foo.com:load.load" means "label=machine:graph.field"
# load1.graph_title Loads side by side
# load1.graph_order fii=fii.foo.com:load.load fay=fay.foo.com:load.load
#
# # The graph "load2". Now we want them stacked on top of each other.
# load2.graph_title Loads on top of each other
# load2.dummy_field.stack fii=fii.foo.com:load.load fay=fay.foo.com:load.load
# load2.dummy_field.draw AREA # We want area instead the default LINE2.
# load2.dummy_field.label dummy # This is needed. Silly, really.
#
# # The graph "load3". Now we want them summarised into one field
# load3.graph_title Loads summarised
# load3.combined_loads.sum fii.foo.com:load.load fay.foo.com:load.load
# load3.combined_loads.label Combined loads # Must be set, as this is
# # not a dummy field!
#
## ...and on a side note, I want them listen in another order (default is
## alphabetically)
#
# # Since [foo.com] would be interpreted as a host in the domain "com", we
# # specify that this is a domain by adding a semicolon.
# [foo.com;]
# node_order Totals fii.foo.com fay.foo.com
#
Code: Alles auswählen
munin-run cccam_cards
shares.value 33
hop1.value 12
hop2.value 10
hop3.value 2
hop4.value 3
hop5.value 0
Code: Alles auswählen
> sudo -u munin /usr/bin/munin-cron
cp: reguläre Datei â/var/www/ipc/munin/â kann nicht angelegt werden: Ist ein Verzeichnis
[ERROR] Could not copy style.css from /etc/munin/templates to /var/www/ipc/munin
Code: Alles auswählen
ls /var/www/ipc/munin/
ls: Zugriff auf /var/www/ipc/munin/ nicht möglich: Datei oder Verzeichnis nicht gefunden
anbei die Ausgaben
Re: Muninseite funktioniert nicht
Verfasst: Fr 27. Mai 2011, 09:23
von feissmaik
stoneii hat geschrieben:
Code: Alles auswählen
> sudo -u munin /usr/bin/munin-cron
cp: reguläre Datei â/var/www/ipc/munin/â kann nicht angelegt werden: Ist ein Verzeichnis
[ERROR] Could not copy style.css from /etc/munin/templates to /var/www/ipc/munin
Code: Alles auswählen
ls /var/www/ipc/munin/
ls: Zugriff auf /var/www/ipc/munin/ nicht möglich: Datei oder Verzeichnis nicht gefunden
Du hast es aber schon installiert oder?
Mach mal bitte nochmal:
mkdir -p /var/www/ipc/munin/ && chown munin:munin /var/www/ipc/munin/
sudo -u munin /usr/bin/munin-cron
ls /var/www/ipc/munin/
Re: Muninseite funktioniert nicht
Verfasst: Fr 27. Mai 2011, 09:42
von stoneii
ja habe ich schon x mal instaliert!
anbei meine eingabe und die ausgabe!
root@ ~ > mkdir -p /var/www/ipc/munin/
root@ ~ > chown munin:munin /var/www/ipc/munin/
root@ ~ > sudo -u munin /usr/bin/munin-cron
[FATAL] There is nothing to do here, since there are no nodes with any plugins. Please refer to
http://munin-monitoring.org/wiki/FAQ_no_graphs at /usr/share/munin/munin-html line 38
root@ ~ > ls /var/www/ipc/munin/
definitions.html favicon.ico logo-h.png logo.png style.css
root@ ~ >
Re: Muninseite funktioniert nicht
Verfasst: Fr 27. Mai 2011, 09:46
von feissmaik
aha dann wurde bei der installation aus welchen Gründen auch immer das Verzeichniss /var/www/ipc/munin nicht richtig oder garnicht erst angelegt oder nicht mit den nötigen Rechten...
Installier dir jetzt mal nen Plugin wie zb:
cp /usr/share/munin/plugins/cpu /etc/munin/plugins/
Dann starte munin-node neu:
(muss man jedesmal machen wenn man plugins erweitert/verändert damit munin die enabled-pluginliste neu erstellt)
/etc/init.d/munin-node restart
...Weise Munin an die graphen zu erstellen:
sudo -u munin /usr/bin/munin-cron
Und dann sollte auch endlich mehr in /var/www/ipc/munin/ drin sein:
ls /var/www/ipc/munin/
Re: Muninseite funktioniert nicht
Verfasst: Fr 27. Mai 2011, 09:56
von stoneii
Anbei die eingabe und ausgabe:
root@~ > cp /usr/share/munin/plugins/cpu /etc/munin/plugins/
root@~ > /etc/init.d/munin-node restart
Stopping Munin-Node: done.
Starting Munin-Node: done.
root@~ > sudo -u munin /usr/bin/munin-cron
[FATAL] There is nothing to do here, since there are no nodes with any plugins. Please refer to
http://munin-monitoring.org/wiki/FAQ_no_graphs at /usr/share/munin/munin-html line 38
root@~ > ls /var/www/ipc/munin/
definitions.html favicon.ico logo-h.png logo.png style.css
root@~ >