- Feb 27, 2022
- Feb 23, 2022
- Aug 18, 2021
-
-
nimrod authored
- Aug 17, 2021
- Aug 14, 2021
-
- Aug 13, 2021
-
-
nimrod authored
It's set in the CI template, so I don't know why it was ignored. Anyway, set it here and get it working again.
-
nimrod authored
- Add the code-spell pre-commit hook. - Correct the spelling errors it found.
-
nimrod authored
So you can insert mnpw between some other system and the plugin.
-
nimrod authored
Not much I can do about them.
-
- Aug 05, 2021
- Aug 03, 2021
- Jul 31, 2021
-
-
nimrod authored
-
nimrod authored
-
nimrod authored
-
nimrod authored
I think it's OK now that the functionality is there, the usability is there, it's well(-ish) tested.
-
nimrod authored
-
nimrod authored
The Nagios plugin check object logs on internal dealings. The main function logs on handling the result.
-
nimrod authored
- Use the parsed plugin output in the notification. - Log more of the plugin output.
-
nimrod authored
- Works on Python 3.6. - The upsides of dataclass don't help in this case. - Is faster and uses less memory (although in this case it would hard to even measure the difference).
-
nimrod authored
-
nimrod authored
The tests aren't the greatest and binary is broken but I think the parsing works.
-
nimrod authored
Let's see if that fixes the issue with Python 3.6 in Centos build image.
-
nimrod authored
It's now in the CI template, so not necessary at all. But will only happen in the Bats test so everything else should be a little faster.
-
nimrod authored
For Python 3.6, which is what the Centos image has (where I build the executable using Pyinstaller).
-
nimrod authored
I wouldn't call it perfect or thorough, but it's a little better than before.
-
nimrod authored
Parse perf data from a plugin's output. Test can be improved, but at least it doesn't fail (that must count for something).
-
- Jul 26, 2021