Projet

Général

Profil

Bug #39969

Mis à jour par Hubert Pineault il y a environ 2 ans

Tous les graphs des plugins alternc sont vides et indique @-nan@ à part les graphs pour "AlternC - number of failed logins"

Exemple sur @percolab0.k.n@ quand on roule les plugins avec @munin-run@:
<pre>
root@percolab0:/etc/munin/plugins# munin-run alternc
accounts.value U
ftpaccounts.value U
mailboxes.value U
mysqldatabases.value U
root@percolab0:/etc/munin/plugins# munin-run alternc_connected
totalusers.value root@percolab0:/etc/munin/plugins# munin-run alternc_domains
totaldomains.value U
domainswithmxhere.value U
domainswithdnshere.value U
totalsubdomains.value U
subdomainstype0.value U
subdomainstype1.value U
subdomainstype2.value U
subdomainstype3.value U
root@percolab0:/etc/munin/plugins# munin-run alternc_failedlogins
totalfailed.value File /var/log/alternc/bureau.log cannot be read.
0
root@percolab0:/etc/munin/plugins# munin-run alternc_mailman
mailmanlists.value U
root@percolab0:/etc/munin/plugins# munin-run alternc_size
accounts_size.value U
mailboxes_size.value U
mysqldatabases_size.value U
root@percolab0:/etc/munin/plugins#
</pre>

Quand on roule un plugin, @/var/log/mysql/error.log@ produit ceci:
<pre>
2022-03-10 13:32:13 36 [Warning] Access denied for user 'nobody'@'localhost' (using password: NO)
2022-03-10 13:32:13 37 [Warning] Access denied for user 'nobody'@'localhost' (using password: NO)
2022-03-10 13:32:13 38 [Warning] Access denied for user 'nobody'@'localhost' (using password: NO)
2022-03-10 13:32:13 39 [Warning] Access denied for user 'nobody'@'localhost' (using password: NO)
</pre>

Retour