2012/9/17 Martín Cigorraga <msx@xxxxxxxxxxxx>: > Whenever I run: > # munin-node-configure --shell | sh > I got this: > # The following plugins caused errors: > # mysql_: > # Non-zero exit during autoconf (2) > # ntp_states: > # Non-zero exit during autoconf (2) > # proc: > # In family 'auto' but doesn't have 'autoconf' capability Try: /usr/lib/munin/plugins/mysql_ suggest If in doubt, read plugin source. This one needs some extra perl packages (it will show helpful error message if dependencies are missing), configuration in /etc/munin/plugin-conf.d/ (in existing or new file, no difference) and meaningful symlink name. If you want to install that plugin manually try something like this: ln -s /usr/lib/munin/plugins/mysql_ /etc/munin/plugins/mysql_$GRAPH Where $GRAPH is one from: (bin_relay_log, commands, connections, files_tables, innodb_bpool, innodb_bpool_act, innodb_insert_buf, innodb_io, innodb_io_pend, innodb_log, innodb_rows, innodb_semaphores, innodb_tnx, myisam_indexes, network_traffic, qcache, qcache_mem, replication, select_types, slow, sorts, table_locks, tmp_tables). -- Krzysztof Warzecha