Monitoraggio RAID linux md con Zabbix: Difference between revisions
Jump to navigation
Jump to search
Created page with "*Impostare lo userparameter: wget "https://raw.githubusercontent.com/krom/zabbix_template_md/master/userparameter_md.conf" -O /etc/zabbix/zabbix_agentd.d/zabbix-md.conf * Ri..." |
mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
=Installazione lato client= | |||
==Con Pacchetto RVM== | |||
apt-get install zabbix-md | |||
==Con pacchetto originale== | |||
*Impostare lo userparameter: | *Impostare lo userparameter: | ||
wget "https://raw.githubusercontent.com/krom/zabbix_template_md/master/userparameter_md.conf" -O /etc/zabbix/zabbix_agentd.d/zabbix-md.conf | wget "https://raw.githubusercontent.com/krom/zabbix_template_md/master/userparameter_md.conf" -O /etc/zabbix/zabbix_agentd.d/zabbix-md.conf | ||
| Line 5: | Line 10: | ||
service zabbix-agent restart | service zabbix-agent restart | ||
=Importazione Template= | |||
==Con Pacchetto RVM== | |||
* Importare il template sul server zabbix https://raw.githubusercontent.com/GabrieleV/zabbix-md/master/Templates/zabbix-md_4.0.xml | |||
==Con pacchetto originale== | |||
* Importare il template sul server zabbix https://raw.githubusercontent.com/krom/zabbix_template_md/master/template_md_3.0.xml | * Importare il template sul server zabbix https://raw.githubusercontent.com/krom/zabbix_template_md/master/template_md_3.0.xml | ||
=Test= | |||
* assegnare il template all'host: | * assegnare il template all'host: | ||
Template MD Soft RAID | Template MD Soft RAID | ||
* Testare da server o proxy: | |||
zabbix_get -s machine.name -k md.discover | |||
=Riferimenti= | =Riferimenti= | ||
*[https://github.com/krom/zabbix_template_md krom/zabbix_template_md: MD Soft RAID minitoring template for zabbix] | *[https://github.com/krom/zabbix_template_md krom/zabbix_template_md: MD Soft RAID minitoring template for zabbix] | ||
Latest revision as of 12:08, 14 November 2019
Installazione lato client
Con Pacchetto RVM
apt-get install zabbix-md
Con pacchetto originale
- Impostare lo userparameter:
wget "https://raw.githubusercontent.com/krom/zabbix_template_md/master/userparameter_md.conf" -O /etc/zabbix/zabbix_agentd.d/zabbix-md.conf
- Riavviare zabbix agent:
service zabbix-agent restart
Importazione Template
Con Pacchetto RVM
- Importare il template sul server zabbix https://raw.githubusercontent.com/GabrieleV/zabbix-md/master/Templates/zabbix-md_4.0.xml
Con pacchetto originale
- Importare il template sul server zabbix https://raw.githubusercontent.com/krom/zabbix_template_md/master/template_md_3.0.xml
Test
- assegnare il template all'host:
Template MD Soft RAID
- Testare da server o proxy:
zabbix_get -s machine.name -k md.discover