collectd

Collectd, monitorer mysql

coté collectd Host « localhost » User « collectd » Password « Secrets of the Universe with Philo » Database « mysql » # MasterStats true coté Ligne de commande mysql -u root mysql> CREATE USER ‘collectd’@’localhost’ IDENTIFIED BY ‘password’; mysql> GRANT SELECT, PROCESS, SHOW DATABASES, SUPER ON *.* TO ‘collectd’@’localhost’; mysql> FLUSH PRIVILEGES;

yum claims python isn’t installed – Server Fault

You can tell Yum to prefer packages that match the machine architecture if more than one is available. Set the following in yum.conf: multilib_policy=best This replaces the previous yum-basearchonly plugin as core functionality. It is the default behaviour in Fedora 9 and RHEL 6 onwards. viayum claims python isn’t installed – Server Fault.

collectd usages divers

Depuis : http://collilieux.net/doc/collectd présentation collectd est un merveilleux outil de collecte de données. Le démon utilise de nombreux plugiciels pour collecter les informations d’un processeur, un multimètre sur port série, d’un serveur apache, etc. Toutes ces données collectées sont écrites dans des fichiers csv, rrd, en HTTP, etc. L’utilisation la plus courante consiste à collecter …

collectd usages divers Lire la suite »

Retour en haut