8582 Commits

Author SHA1 Message Date
David Boucher
ecfd0c6a52 enh(generic-snmp): min/max computed and added to perfdata 2025-04-24 09:10:03 +02:00
David Boucher
43642ca520 fix(generic-snmp): fix issues with snmp get 2025-04-24 09:10:03 +02:00
David Boucher
06a5892129 enh(generic-snmp): Average, Max and Min functions are back 2025-04-24 09:10:03 +02:00
David Boucher
5f63f2e396 fix(generic-snmp): unit tests are back 2025-04-24 09:10:03 +02:00
David Boucher
34ef7e310a cleanup(generic-snmp): dependencies updated 2025-04-24 09:10:03 +02:00
David Boucher
38cdfd47a9 enh(generic-snmp): new ast object 2025-04-24 09:10:03 +02:00
David Boucher
ab6dd3a1e8 enh(generic-snmp): the lexer works with the grammar now 2025-04-24 09:10:03 +02:00
David Boucher
f90624f1e4 enh(generic-snmp): lexer carries numbers values 2025-04-24 09:10:03 +02:00
David Boucher
6a282f6d17 wip(generic-snmp): new lexer 2025-04-24 09:10:03 +02:00
David Boucher
f1a3dea1b2 enh(generic-snmp): the best version to work with new-disk.json
We have to rewrite the plugin to work also with others json files.
2025-04-24 09:10:03 +02:00
David Boucher
f1bbc67fb5 wip(generic-snmp): labels on the way 2025-04-24 09:10:03 +02:00
David Boucher
2d32431a31 cleanup(generic-snmp): coding style applied 2025-04-24 09:10:03 +02:00
David Boucher
018bdee588 cleanup(generic-snmp): just to simplify the debugging 2025-04-24 09:10:03 +02:00
David Boucher
499abac7d9 fix(generic-snmp): issue in the walk fixed 2025-04-24 09:10:03 +02:00
David Boucher
6495076792 enh(generic-snmp): snmpbulkget almost works and we have a timeout, 1000ms currently 2025-04-24 09:10:03 +02:00
David Boucher
df2b9a1463 enh(generic-snmp): work on bulk snmp get 2025-04-24 09:10:03 +02:00
David Boucher
fda72155b2 cleanup(generic-snmp): lib renamed into snmp 2025-04-24 09:10:03 +02:00
David Boucher
d915144965 enh(generic-snmp): all the new json files pass. Now the plugin must do its job 2025-04-24 09:10:03 +02:00
David Boucher
e4ecd70fb7 wip(generic-snmp): with a better json structure. Not functional 2025-04-24 09:10:03 +02:00
David Boucher
413710d8c6 enh(generic-snmp): Average added to the parser 2025-04-24 09:10:03 +02:00
David Boucher
878364e962 enh(generic-snmp): first steps for a little parser 2025-04-24 09:10:03 +02:00
David Boucher
2c3137035d doc(generic-snmp): TODO file to remember what to work on 2025-04-24 09:10:03 +02:00
David Boucher
c86d751829 enh(generic-snmp): panic removed 2025-04-24 09:10:03 +02:00
David Boucher
583694069c fix(generic-snmp): all the cpu tests are ok 2025-04-24 09:10:03 +02:00
David Boucher
690e11c717 fix(generic-snmp): little improvement on perfdata 2025-04-24 09:10:03 +02:00
David Boucher
57741a38a9 fix(generic-snmp): more and more near of the solution 2025-04-24 09:10:03 +02:00
David Boucher
bed8f7a9da enh(tests): new test for generic-snmp 2025-04-24 09:10:03 +02:00
David Boucher
514e32e573 fix(generic-snmp): dependencies versions fixed 2025-04-24 09:10:03 +02:00
David Boucher
b369b2ca38 enh(generic-snmp): better output 2025-04-24 09:10:02 +02:00
David Boucher
461ea96e3c fix(generic-snmp): supports big snmp bulk walks now 2025-04-24 09:10:02 +02:00
David Boucher
922441ac71 enh(generic-snmp): snmp version has the snmp version propagated to the execute function 2025-04-24 09:10:02 +02:00
David Boucher
f6352763b8 enh(generic-snmp): Some default values added 2025-04-24 09:10:02 +02:00
David Boucher
52a8084f19 enh(experimental): thresholds taken into acount 2025-04-24 09:10:02 +02:00
David Boucher
f2e91ea618 cleanup(generic): first json file renamed into cpu.json and moved into examples directory 2025-04-24 09:10:02 +02:00
David Boucher
a770affa8d enh(generic): unit, min and max added to output and perfdata 2025-04-24 09:10:02 +02:00
David Boucher
5effadc9f5 enh(lib/generic): order in leafs has its importance and snmpbulkwalk is almost implemented 2025-04-24 09:10:02 +02:00
David Boucher
f8bd0440af enh(generic): the output is almost good for this first example and the return value is also good 2025-04-24 09:10:02 +02:00
David Boucher
0a2dbc45ca doc(experimental): A first readme file 2025-04-24 09:10:02 +02:00
David Boucher
e9055d021d enh(generic-snmp): first version of the Rust generic-snmp plugin 2025-04-24 09:10:02 +02:00
Evan-Adam
7efc01dec9
test(gorgone-unit): add gorgone deps to run new unit tests. (#5558) 2025-04-23 11:53:27 +02:00
omercier
7e0953f4c4
doc(dev): add plugins sequence diagram (#5523)
Co-authored-by: cg-tw <83637804+cg-tw@users.noreply.github.com>
Refs: CTOR-1456
2025-04-17 16:08:48 +02:00
Stéphane Chapron
24702e95de
ci(secu): replace gitleaks secret and remove PRT (#5552) 2025-04-17 16:05:55 +02:00
May
f0844bec5f
enh(ci): implement hash check for actions in actionlint (#5550) 2025-04-17 12:06:08 +02:00
Lucie Dubrunfaut
725ab90d14
CTOR-1598: GitHub issues template is not handled anymore (#5548)
Co-authored-by: Lucie Dubrunfaut <ldubrunfaut@CNTR-PORT-A198>
Co-authored-by: May <110405507+mushroomempires@users.noreply.github.com>
2025-04-15 13:31:45 +02:00
Lucie Dubrunfaut
87dd971b69
CTOR-1598: Github Issues template is not handled anymore (#5547)
Co-authored-by: Lucie Dubrunfaut <ldubrunfaut@CNTR-PORT-A198>
2025-04-14 16:48:41 +02:00
Lucie Dubrunfaut
0a1bb4c002
Rename issue_template.md to ISSUE_TEMPLATE.md (#5546) 2025-04-11 14:24:44 +02:00
technique-ci
1e928fcc33
chore(deps): absorb 2025-04 dependabot GitHub Actions updates (#5537)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: May <110405507+mushroomempires@users.noreply.github.com>
2025-04-10 15:16:49 +02:00
Stéphane Chapron
a5c317cc50
feat(secu): add gitleaks configuration (#5543) 2025-04-10 10:50:19 +02:00
pkippes
5822de6cc1
Sync release 20250400 (#5544) 2025-04-07 18:47:06 +02:00
pkippes
d894389296
Release 20250400 (#5542) plugins-20250400 2025-04-07 16:55:42 +02:00