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 |
||
| Line 9: | Line 9: | ||
* 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] | ||
Revision as of 09:32, 18 December 2018
- 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
- Importare il template sul server zabbix https://raw.githubusercontent.com/krom/zabbix_template_md/master/template_md_3.0.xml
- assegnare il template all'host:
Template MD Soft RAID
- Testare da server o proxy:
zabbix_get -s machine.name -k md.discover