Skip to content

Commit 4f4aa6d

Browse files
committed
Fixed failure trigger
Fixed failure trigger in template. Required changing {$ESS_POLL_FAIL} macro to {$ESS_POLL_FAIL_INTERVAL}. Also using import/export cycle on template to normalize formatting
1 parent 3a043e0 commit 4f4aa6d

3 files changed

Lines changed: 529 additions & 285 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [1.1.0] - 2025-08-23
8+
9+
### Changed
10+
- [Template_essstat.json] Replaced {$ESS_POLL_FAIL} as a counter based quantity with
11+
{$ESS_POLL_FAIL_INTERVAL} a time based quantity with default 180s.
12+
- [Template_essstat.json] To better normalize and tidy template code, the template is
13+
now imported, then exported to ensure consistent formatting and make tracking deltas
14+
easier.
15+
16+
### Fixed
17+
- [Template_essstat.json] Corrected error in number of ports handling not based on
18+
parameter from data return.
19+
- [Template_essstat.json] Fixed trigger logic to alert on repeated polling failures.
20+
Trigger is drive by the time based macro {$ESS_POLL_FAIL_INTERVAL}
21+
22+
723
## [1.0.0] - 2025-08-22
824

925
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ it. Once it is in place, restart the zabbix-agent2 service so that the file will
124124
- `{$ESS_USER}` (default admin) Administrative username for switch management
125125
- `{$ESS_1LINE_INTERVAL}`(default 60s) Interval between polls collecting all per-port metrics
126126
- `{$ESS_INFO_INTERVAL}` (default 1h) Interval between polls for inventory data
127-
- `{$ESS_POLL_FAIL}` (default 3) This many failures in a row for the 1line poll will trigger a warning
127+
- `{$ESS_POLL_FAIL_INTERVAL}` (default 180s) Consistent failures over this time interval for the 1line poll will trigger a warning
128128

129129
1. Save
130130

0 commit comments

Comments
 (0)