Releases: SamK/check_iftraffic_nrpe.py
Releases · SamK/check_iftraffic_nrpe.py
v0.12
11 Jan 19:00
Compare
Sorry, something went wrong.
No results found
add contributors in readme file
Remove the "c" UOM of perfdata output. Closes #30
v0.11
13 Sep 12:57
Compare
Sorry, something went wrong.
No results found
Features:
add pnp4nagios template [Gavrilov Alexy]. Closes #28
more unittests
Bugfixes:
try to take care of malformed data file (eg: empty) Fixes #24
use NagiosService.status() instead of non existent property. Fixes #27
v0.10
06 Oct 11:24
Compare
Sorry, something went wrong.
No results found
Python 3 support
Add automated unit tests
v0.9.2
29 Sep 10:30
Compare
Sorry, something went wrong.
No results found
Nagios functions are now two Nagios classes
More unit tests
v0.9.1
26 Sep 10:38
Compare
Sorry, something went wrong.
No results found
v0.9
26 Sep 10:24
Compare
Sorry, something went wrong.
No results found
Multiplier changed from 1024 to 1000 because this is network related
command line option changes:
New option --unit for more unit choices: [kMGT][bB](default: B)
Option --bandwith must now be same unit as --unit
Better code and code cleaning
All functions are now commented
PyLint proof
DeviceError exception now uses super
New style classes: now inherit from the "object" object.
bits2bytes() is replaced by convert_bytes()
reformatting of get_perfdata()
More accurate diff calculcation
More accurate Nagios status
v0.8
29 Jul 13:15
Compare
Sorry, something went wrong.
No results found
The data file has changed format.
We have more classes, the code becomes nice: fixes #19
0.7.4
14 Jul 08:00
Compare
Sorry, something went wrong.
No results found
Fixes #17 (script crashes when counter goes > sys.maxsize)
Fixes #16 (Wrong estimation of maximum value of max_counter() on 32 bits machines.)