{"id":20541058,"url":"https://github.com/netways/check_akcp_sensorprobexplus","last_synced_at":"2025-08-15T18:40:19.293Z","repository":{"id":46923668,"uuid":"377100126","full_name":"NETWAYS/check_akcp_sensorprobeXplus","owner":"NETWAYS","description":"Monitoring plugin (Icinga/Nagios compatible) to monitor AKCP sensorProbeX+ devices via SNMP","archived":false,"fork":false,"pushed_at":"2025-07-21T11:54:45.000Z","size":139,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-07-21T13:31:06.004Z","etag":null,"topics":["akcp","icinga","monitoring"],"latest_commit_sha":null,"homepage":"https://shop.netways.de","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NETWAYS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2021-06-15T09:01:04.000Z","updated_at":"2025-07-21T11:54:42.000Z","dependencies_parsed_at":"2023-10-02T08:48:12.516Z","dependency_job_id":"f97487c9-f68f-4553-81b1-79c0be136a94","html_url":"https://github.com/NETWAYS/check_akcp_sensorprobeXplus","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/NETWAYS/check_akcp_sensorprobeXplus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NETWAYS%2Fcheck_akcp_sensorprobeXplus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NETWAYS%2Fcheck_akcp_sensorprobeXplus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NETWAYS%2Fcheck_akcp_sensorprobeXplus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NETWAYS%2Fcheck_akcp_sensorprobeXplus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NETWAYS","download_url":"https://codeload.github.com/NETWAYS/check_akcp_sensorprobeXplus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NETWAYS%2Fcheck_akcp_sensorprobeXplus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270614871,"owners_count":24616801,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["akcp","icinga","monitoring"],"created_at":"2024-11-16T01:19:06.793Z","updated_at":"2025-08-15T18:40:19.268Z","avatar_url":"https://github.com/NETWAYS.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# check_akcp_sensorprobeXplus\n\nCheck plugin to query sensor data from AKCP sensorProbeX+ via SNMP.\n\n# Installation\n\nThe compiled binary is completely standalone, so copy it to place where you want to have it. In the case of using Icinga2 probably `/usr/lib/nagios/plugins/` (on Debian/Ubuntu).\n\n\tcp check_akcp_sensorprobeXplus /usr/lib/nagios/plugins/\n\n# Usage\n\nExecuting the binary without any parameters will present the available parameters. The simplest form to use it productively would be to give only the _network address_ of the probe.\n\nIf not other paremeter is give, default settings will be used.\n\n# Examples\n```\ncheck_akcp_sensorprobeXplus -h 192.168.1.1\n\nWARNING - states: unknown=1 warning=1 ok=3\n[OK] Temperature Port 1: 27\n[WARNING] Dual Humidity Port 2: 38%\n[OK] Dual Temperature Port 2: 27\n[OK] Airflow Port 3: 0%\n```\n\n```\n./check_akcp_sensorprobeXplus -h 192.168.1.1 -c public\nWARNING - Device SPX+ Demo at location Room 217 (SPX+ F7 1.0.5233 May 12 2020 09:41:)\n\n[WARNING] Dual Humidity Port 1: 25.0% is lower than warning threshold 32.0%\n[WARNING] Dual Temperature Port 1: 31.1℃ is higher than warning threshold 30.0℃\n[OK] Temp Sensor Test: 26.1℃\n[OK] Motion Detector Port 4: Erkannt  | 'Dual Humidity Port 1'=25%;32:66;23:69 'Dual Temperature Port 1'=31.1C;20.7:30;10.6:40 'Temp Sensor Test'=26.1C;20.8:30;10.5:40 'Motion Detector Port 4'=0\n```\n\nOr using a different SNMP community\n```\ncheck_akcp_sensorprobeXplus -h 192.168.1.1 --community secret\n....\n\n```\n\n## License\n\nCopyright (c) 2022 [NETWAYS GmbH](mailto:info@netways.de) \\\nCopyright (c) 2022 [Lorenz Kästle](mailto:lorenz.kaestle@netways.de)\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see [gnu.org/licenses](https://www.gnu.org/licenses/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetways%2Fcheck_akcp_sensorprobexplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetways%2Fcheck_akcp_sensorprobexplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetways%2Fcheck_akcp_sensorprobexplus/lists"}