summaryrefslogtreecommitdiffstats
path: root/.github/monitoring-plugins.spec
AgeCommit message (Collapse)AuthorFilesLines
2025-12-04Remove check_ntp (#2194)Lorenz Kästle1-13/+0
check_ntp was marked as deprecated for forever (SVN times). In the spirit of cleaning up and removing the dead bodies, this commit removes check_ntp and all its connections.
2025-12-03Remove check_nt (#2195)Lorenz Kästle1-13/+0
check_nt was used to connect NSclient++ on windows, both the method and the target are pretty much dead. Therefor check_nt gets removed.
2025-08-27Fix Specfile requiresLorenz Kästle1-1/+3
2025-08-27Add netsnmp lib to specfileLorenz Kästle1-0/+1
2025-03-12Remove check_nwstatLorenz Kästle1-14/+0
check_nwstat is a plugin which was used to determine the health of things on Novel machines. Since Novel is quite dead (even more so the product, this can be removed and this commit does just that to reduce ressource usage.
2025-03-12Remove check_overcrLorenz Kästle1-14/+0
This commit removes the plugin check_overcr and all related files and parts of files. OverCR seems to be dead and I have never seen a mention of an active usage anywhere. The website still does exist, but the activity seems to be limited. Carrying check_overcr forward seems to be a burden without a purpose and more of an opportunity to remove some code.
2024-02-23CI specfile (#1894)waja1-0/+975
* Adding spec file and github pipeline for testing * Restructure github pipelines for more clarity * Add build tests for several RPM based distributions --------- Co-authored-by: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>