{"id":26128294,"url":"https://github.com/dinotools/check_rittal_cmc3","last_synced_at":"2026-02-11T19:33:36.865Z","repository":{"id":66131617,"uuid":"69910833","full_name":"DinoTools/check_rittal_cmc3","owner":"DinoTools","description":"Plugin to monitor Rittal CMC3 devices","archived":false,"fork":false,"pushed_at":"2025-01-20T09:40:42.000Z","size":57,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T17:57:46.686Z","etag":null,"topics":["cmc3-devices","icinga","monitoring","monitoring-plugins","nagios","perl"],"latest_commit_sha":null,"homepage":null,"language":"Perl","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/DinoTools.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-10-03T21:04:24.000Z","updated_at":"2025-01-20T09:40:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"dd43eea3-e475-4e1e-b568-a89304cc0bc5","html_url":"https://github.com/DinoTools/check_rittal_cmc3","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/DinoTools/check_rittal_cmc3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DinoTools%2Fcheck_rittal_cmc3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DinoTools%2Fcheck_rittal_cmc3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DinoTools%2Fcheck_rittal_cmc3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DinoTools%2Fcheck_rittal_cmc3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DinoTools","download_url":"https://codeload.github.com/DinoTools/check_rittal_cmc3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DinoTools%2Fcheck_rittal_cmc3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29342099,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T18:58:20.535Z","status":"ssl_error","status_checked_at":"2026-02-11T18:56:44.814Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cmc3-devices","icinga","monitoring","monitoring-plugins","nagios","perl"],"created_at":"2025-03-10T18:59:45.161Z","updated_at":"2026-02-11T19:33:36.848Z","avatar_url":"https://github.com/DinoTools.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"check_rittal_cmc3\n=================\n\nMonitoring plugin for [Icinga](https://www.icinga.org/), [Nagios](https://www.nagios.org/) etc. supporting [Rittal](https://www.rittal.com/) CMC3 devices.\n\nRequriements\n------------\n\n**General**\n\n- Perl 5\n- Perl Modules\n    - Net::SNMP\n    - Class::Load\n    - Monitoring::Plugin or Nagios::Plugin\n\n**RHEL/CentOS**\n\n- perl\n- perl-Class-Load\n- perl-Monitoring-Plugin or perl-Nagios-Plugin\n- perl-Net-SNMP\n\nInstallation\n------------\n\nJust copy the file `check_rittal_cmc3.pl` to your Icinga or Nagios plugin directory.\n\n**Icinga 2**\n\nAdd a new check command\n\n```\nobject CheckCommand \"rittal-cmc3\" {\n  import \"plugin-check-command\"\n  import \"ipv4-or-ipv6\"\n\n  command = [ PluginDir + \"/check_rittal_cmc3.pl\" ]\n\n  arguments = {\n    \"-H\" = {\n      value = \"$rittal_cmc3_address$\"\n      description = \"Hostname of the CMCIII unit.\"\n      required = true\n    }\n    \"-C\" = {\n      value = \"$rittal_cmc3_community$\"\n      description = \"SNMP community. Defaults to 'public' if omitted.\"\n    }\n    \"-D\" = {\n      value = \"$rittal_cmc3_device$\"\n      description = \"ID of the device connected to the CMCIII\"\n      required = true\n    }\n    \"--sensor\" = {\n      value = \"$rittal_cmc3_sensors$\"\n      repeat_key = true\n    }\n  }\n\n  vars.rittal_cmc3_address = \"$check_address$\"\n}\n```\n\nLicense\n-------\n\nGPLv3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdinotools%2Fcheck_rittal_cmc3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdinotools%2Fcheck_rittal_cmc3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdinotools%2Fcheck_rittal_cmc3/lists"}