Skip to content

Commit 64fedfb

Browse files
Merge pull request #70 from taijiji/patch-1
Fix #69 wrong "LLDPNeighborIncrease" trigger name
2 parents bbf1e8a + f3bd4d0 commit 64fedfb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 1.0.1
4+
5+
- Fix `LLDPNeighborIncrease` trigger in LLDP sensor
6+
37
## 1.0.0
48

59
* Drop Python 2.7 support

pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
- cisco
88
- juniper
99
- arista
10-
version: 1.0.0
10+
version: 1.0.1
1111
author: mierdin, Rob Woodward
1212
1313
python_versions:

sensors/lldp_sensor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ enabled: false # disabled by default; this is for demo purposes only.
66

77
trigger_types:
88

9-
- name: "LLDPNeighborDecrease"
9+
- name: "LLDPNeighborIncrease"
1010
description: "Trigger which occurs when a device's LLDP neighbors increase"
1111
payload_schema:
1212
type: "object"

0 commit comments

Comments
 (0)