Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible with Zabbix 7.0 due to change in Dependancies #4

Open
Wolfsbane2k opened this issue Jun 10, 2024 · 2 comments
Open

Incompatible with Zabbix 7.0 due to change in Dependancies #4

Wolfsbane2k opened this issue Jun 10, 2024 · 2 comments

Comments

@Wolfsbane2k
Copy link

Due to changes within the default Zabbix templates for ICMP Ping delivered with Zabbix 7.0 a minor modification is needed to the Zabbix template.

Specifically, the current template includes the following lines:
description: 'SNMP is not available for polling. Please check device connectivity and SNMP settings.'
dependencies:
- name: 'ICMP: Unavailable by ICMP ping'
expression: 'max(/Dell N-Series by SNMP/icmpping,#3)=0'

The default ICMP trigger name in 7.0 template has changed to :
- name: 'Unavailable by ICMP ping'

@Elkropac
Copy link
Owner

Elkropac commented Jun 13, 2024

Hi, did you use template for 6.0 or 6.4? There were some changes. I will have to install zabbix 7.0 somewhere to test/modify

@diegogodoy06
Copy link

Hi! I just imported version 6.4 into zabbix 7.0.
This line really needs to be changed: - name: 'Unavailable by ICMP ping'

Now I'm going to do some tests with the template. Everything seems to work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants