Skip to content

Commit

Permalink
Merge branch 'hotfix/2.3.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Dubrovyk committed Dec 5, 2024
2 parents 918e6da + aa078db commit 5b4b87a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ This ZenPack monitors the Linux Operating System.
Releases
--------

.. _Version-2.3.5: https://delivery.zenoss.com/

Version-2.3.5_
| Released on 2024/12/05
| Compatible with Zenoss Cloud and Zenoss Resource Manager 6.7.0
| Requires `ZenPackLib ZenPack </product/zenpacks/zenpacklib>`_
.. _Version-2.3.4: https://delivery.zenoss.com/

Version-2.3.4_
Expand Down Expand Up @@ -826,6 +833,11 @@ Linux.
Changes
-------

2.3.5

- Fix Interfaces monitoring for the latest Linux versions. (ZPS-8020)
- Tested with Zenoss Cloud and Zenoss Resource Manager 6.7.0

2.3.4

- Fix LVM components representation on the Smart View. (ZPS-6103)
Expand Down
2 changes: 1 addition & 1 deletion ZenPacks/zenoss/LinuxMonitor/parsers/linux/ifconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class AltScanConfig(object):
componentSplit = '\n'
componentScanner = r'^(\d+):(\s)(?P<component>\S+?):?[ \t]+'
scanners = [
r'(.*)RX:(\s+)bytes(\s+)packets(\s+)errors(\s+)dropped(\s+)overrun(\s+)mcast(\s+)\\(\s+)(?P<ifInOctets>\d+)(\s+)(?P<ifInPackets>\d+)(\s+)(?P<ifInErrors>\d+)(\s+)(?P<ifInDropped>\d+)(\s+)(?P<ifInOverruns>\d+)',
r'(.*)RX:(\s+)bytes(\s+)packets(\s+)errors(\s+)dropped(\s+)(missed|overrun)(\s+)mcast(\s+)\\(\s+)(?P<ifInOctets>\d+)(\s+)(?P<ifInPackets>\d+)(\s+)(?P<ifInErrors>\d+)(\s+)(?P<ifInDropped>\d+)(\s+)(?P<ifInOverruns>\d+)',
r'(.*)TX:(\s+)bytes(\s+)packets(\s+)errors(\s+)dropped(\s+)carrier(\s+)collsns(\s+)\\(\s+)(?P<ifOutOctets>\d+)(\s+)(?P<ifOutPackets>\d+)(\s+)(?P<ifOutErrors>\d+)(\s+)(?P<ifOutDropped>\d+)(\s+)(?P<ifOutCarrier>\d+)(\s+)(?P<ifOutCollisions>\d+)',
]
componentScanValue = 'interfaceName'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# or saved. Do not modify them directly here.
# NB: PACKAGES is deprecated
NAME = "ZenPacks.zenoss.LinuxMonitor"
VERSION = "2.3.4"
VERSION = "2.3.5"
AUTHOR = "Zenoss"
LICENSE = ""
NAMESPACE_PACKAGES = ['ZenPacks', 'ZenPacks.zenoss']
Expand Down

0 comments on commit 5b4b87a

Please sign in to comment.