{"id":14128474,"url":"https://github.com/SteScho/manubulon-snmp","last_synced_at":"2025-08-03T23:30:58.181Z","repository":{"id":4810921,"uuid":"5964539","full_name":"SteScho/manubulon-snmp","owner":"SteScho","description":"Set of Icinga/Nagios plugins to check hosts and hardware with the SNMP protocol.","archived":false,"fork":false,"pushed_at":"2024-03-13T17:42:23.000Z","size":596,"stargazers_count":73,"open_issues_count":18,"forks_count":71,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-11-30T06:31:04.463Z","etag":null,"topics":["icinga","icinga2","perl","plugins","snmp"],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"nodeca/js-yaml","license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SteScho.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-09-26T11:03:08.000Z","updated_at":"2024-07-31T08:07:23.000Z","dependencies_parsed_at":"2024-03-13T18:46:09.822Z","dependency_job_id":"c418be9c-8c3a-4188-a71b-6849bb009900","html_url":"https://github.com/SteScho/manubulon-snmp","commit_stats":null,"previous_names":["dnsmichi/manubulon-snmp"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteScho%2Fmanubulon-snmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteScho%2Fmanubulon-snmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteScho%2Fmanubulon-snmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteScho%2Fmanubulon-snmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SteScho","download_url":"https://codeload.github.com/SteScho/manubulon-snmp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228571844,"owners_count":17938772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["icinga","icinga2","perl","plugins","snmp"],"created_at":"2024-08-15T16:01:45.227Z","updated_at":"2024-12-07T06:31:17.208Z","avatar_url":"https://github.com/SteScho.png","language":"Perl","funding_links":[],"categories":["Perl"],"sub_categories":[],"readme":"# Manubulon SNMP Plugins\n\n#### Table of Contents\n\n1. [About](#about)\n2. [License](#license)\n3. [Support](#support)\n4. [Requirements](#requirements)\n5. [Installation](#installation)\n6. [Configuration](#configuration)\n7. [FAQ](#faq)\n8. [Thanks](#thanks)\n9. [Contributing](#contributing)\n\n## About\n\nManubulon SNMP plugins is a set of Icinga/Nagios plugins\nto check hosts/devices using the SNMP protocol.\n\n### Plugin Overview\n\nPlugin                        | Description\n------------------------------|----------------------------------------\ncheck\\_snmp\\_storage          | Storage checks (disks, swap, memory, etc.)\ncheck\\_snmp\\_int              | Interface states, usage on hosts, switches, routers, etc.\ncheck\\_snmp\\_process          | Running processes, their number, used CPU and memory.\ncheck\\_snmp\\_load             | Load/CPU checks\ncheck\\_snmp\\_mem              | Memory and swap usage\ncheck\\_snmp\\_env              | Environmental status of fan, temp, power supplies.\ncheck\\_snmp\\_vrrp             | Interface state of a VRRP cluster\ncheck\\_snmp\\_cpfw             | Checkpoint Firewall-1 status\ncheck\\_snmp\\_win              | Windows services\ncheck\\_snmp\\_css              | CSS service states\ncheck\\_snmp\\_nsbox            | Nsbox VHost and diode status\ncheck\\_snmp\\_boostedge        | Boostedge services\ncheck\\_snmp\\_linkproof\\_ndr   | Linkproof NHR\n\n## License\n\nThese plugins are licensed under the terms of the GNU General Public License.\nYou will find a copy of this license in the LICENSE file included in the source package.\n\n## Support\n\n## Requirements\n\n* Perl in `/usr/bin/perl`\n* Perl modules\n  [Net::SNMP](http://search.cpan.org/~dtown/Net-SNMP-v6.0.1/lib/Net/SNMP.pm) and\n  [Getopt::Long](http://search.cpan.org/~jv/Getopt-Long-2.49.1/lib/Getopt/Long.pm)\n* `icinga` user able to write files in /tmp/ directory\n* SNMP v3 authentication: Perl modules\n  [Crypt::DES](http://search.cpan.org/~dparis/Crypt-DES-2.07/DES.pm),\n  [Crypt::Rijndael](http://search.cpan.org/~leont/Crypt-Rijndael-1.13/Rijndael.pm) and\n  [Digest::HMAC](http://search.cpan.org/~gaas/Digest-HMAC-1.03/lib/Digest/HMAC.pm)\n\n## Installation\n\nDetailed installation instructions can be found [here](doc/02-Installation.md).\n\n## Configuration\n\nProceed [here](doc/03-Configuration.md) to get details on the configuration with Icinga 2, Icinga 1.x, etc.\n\n## FAQ\n\n\n## Thanks\n\nPatrick Proy for creating and maintaining the original plugins.\n[Michael Friedrich](https://twitter.com/dnsmichi) for maintaing the CVS import and adding community patches.\n\n## Contributing\n\nFork this repository on GitHub and send in a PR.\n\nThere's a `.perltidyrc` file in the main repository tree. If you are uncertain about the coding style,\ncreate your patch and then run:\n\n```\n$ perltidy -b plugins/*.pl\n```\n\nThis requires the `perltidy` module being installed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSteScho%2Fmanubulon-snmp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSteScho%2Fmanubulon-snmp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSteScho%2Fmanubulon-snmp/lists"}