Hello,
how about to extend the default temperature (or perhaps even other) triggers with the User macros with context?
Could be useful in case, when one has various disks with different thresholds
Template macros would be like:
{$SMART.TEMPERATURE.MAX.CRIT:"{#NAME}"}
{$SMART.TEMPERATURE.MAX.WARN:"{#NAME}"}
The triggers would be then like:
avg(/SMART by Zabbix agent 2/smart.disk.temperature[{#NAME}],5m)>{$SMART.TEMPERATURE.MAX.CRIT:"{#NAME}"}
avg(/SMART by Zabbix agent 2/smart.disk.temperature[{#NAME}],5m)>{$SMART.TEMPERATURE.MAX.WARN:"{#NAME}"}
I wanted first to check with the people here, whether something like that makes some sense in your eyes.
If yes, I'll open a ticket for this.
how about to extend the default temperature (or perhaps even other) triggers with the User macros with context?
Could be useful in case, when one has various disks with different thresholds
Template macros would be like:
{$SMART.TEMPERATURE.MAX.CRIT:"{#NAME}"}
{$SMART.TEMPERATURE.MAX.WARN:"{#NAME}"}
The triggers would be then like:
avg(/SMART by Zabbix agent 2/smart.disk.temperature[{#NAME}],5m)>{$SMART.TEMPERATURE.MAX.CRIT:"{#NAME}"}
avg(/SMART by Zabbix agent 2/smart.disk.temperature[{#NAME}],5m)>{$SMART.TEMPERATURE.MAX.WARN:"{#NAME}"}
I wanted first to check with the people here, whether something like that makes some sense in your eyes.
If yes, I'll open a ticket for this.
Comment