zabbix / community-templates

Zabbix Community Templates repository
https://share.zabbix.com
MIT License
1.25k stars 1.77k forks source link

fix: correct icmp dependency for template_synology_diskstation_snmpv3 v 6.0 #269

Closed patrickstump closed 11 months ago

patrickstump commented 11 months ago

Problem

Importing the current version will cause an error and fail. This is due to Zabbix 6.0 not having a template 'Template Module ICMP Ping', which is listed as a dependency.

Description

The current template_synology_diskstation_snmpv3 for version 6.0 has a dependency for the builtin zabbix template 'Template Module ICMP Ping'.

This is incorrect. 'Template Module ICMP Ping' is the correct template name for 5.0 but not for 6.0. For 6.0, the correct template name is ICMP Ping.

Fix

Changed the dependency name for zabbix 6.0 from 'Template Module ICMP Ping' to 'ICMP Ping'. This merge corrects the reference for 6.0 only.