{"id":20541059,"url":"https://github.com/netways/check_cisco_health","last_synced_at":"2025-04-14T08:39:31.615Z","repository":{"id":50151942,"uuid":"94302447","full_name":"NETWAYS/check_cisco_health","owner":"NETWAYS","description":"Icinga check plugin for SNMP Cisco Health check (former snmp_cisco_health)","archived":false,"fork":false,"pushed_at":"2024-07-23T12:27:20.000Z","size":46,"stargazers_count":2,"open_issues_count":0,"forks_count":5,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-27T22:11:50.268Z","etag":null,"topics":["icinga","monitoring","snmp"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NETWAYS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2017-06-14T07:28:49.000Z","updated_at":"2024-12-20T06:46:36.000Z","dependencies_parsed_at":"2024-04-29T15:36:28.698Z","dependency_job_id":"0b778a86-5064-41bf-9f41-14a24f8d1a1d","html_url":"https://github.com/NETWAYS/check_cisco_health","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NETWAYS%2Fcheck_cisco_health","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NETWAYS%2Fcheck_cisco_health/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NETWAYS%2Fcheck_cisco_health/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NETWAYS%2Fcheck_cisco_health/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NETWAYS","download_url":"https://codeload.github.com/NETWAYS/check_cisco_health/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248848275,"owners_count":21171339,"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","monitoring","snmp"],"created_at":"2024-11-16T01:19:07.577Z","updated_at":"2025-04-14T08:39:31.589Z","avatar_url":"https://github.com/NETWAYS.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# check_cisco_health\n\nThis plugin uses the bulk-get to get the enviroment state of cisco network equipment.\nIt supports SNMP version 2c and 3.\n\n## Installation\n\n### Compilation\n\nIn order to compile this plugin you will need the NET SNMP Development package (`libsnmp-dev` under Debian) and the standard compilation tools (`make`, a C compiler like `gcc` or `clang`).\n\nExecuting\n\n```\nmake\n```\n\nshould then produce an executable called `check_cisco_health`.\n\n### Installation\n\nAll runtime dependencies (shared objects) can be retrieved via `ldd check_cisco_health`.\nMost notable is `libnetsnmp`, which can be install under Debian with the package `libsnmp`.\n\nApart from that, the executable can be placed in a directory of personal choice,\nfor example:\n\n```\ninstall -m755 check_cisco_health /usr/lib/nagios/plugins\n```\n\nor\n\n```\ninstall -m755 check_cisco_health /usr/local/bin\n```\n\n### Usage\n\n```\nSNMPv2c:\ncheck_cisco_health -h \u003chostname\u003e -c \u003ccommunity\u003e [-t \u003ctimeout\u003e]\n\nSNMPv3:\t\ncheck_cisco_health -h \u003chostname\u003e -u \u003cuser\u003e [-j (SHA|MD5) -J \u003cauth phrase\u003e -k (AES|DES) -K \u003cpriv phrase\u003e -t \u003ctimeout\u003e]\n\n\nOptions:\n-h\taddress of device\n-c\tcommunity of the device with read permissions\n-j\tSNMPv3 Auth Protocol (SHA|MD5)\n-J\tSNMPv3 Auth Phrase\n-k\tSNMPv3 Privacy Protocol (AES|DES)\n-K\tSNMPv3 Privacy Phrase\n-u\tSNMPv3 User\n-t\tsets the timeout (in ms)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetways%2Fcheck_cisco_health","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetways%2Fcheck_cisco_health","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetways%2Fcheck_cisco_health/lists"}