{"id":16343709,"url":"https://github.com/makefu/nagios-radioactiveathome-plugins","last_synced_at":"2025-11-06T05:30:33.599Z","repository":{"id":32804348,"uuid":"36396874","full_name":"makefu/nagios-radioactiveathome-plugins","owner":"makefu","description":"radioactive.org auxilary tools which utilize the raw data export gettrickledata.php","archived":false,"fork":false,"pushed_at":"2017-06-06T11:55:23.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-27T16:30:46.649Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/makefu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-27T21:26:24.000Z","updated_at":"2017-06-06T06:54:02.000Z","dependencies_parsed_at":"2022-09-12T00:51:34.898Z","dependency_job_id":null,"html_url":"https://github.com/makefu/nagios-radioactiveathome-plugins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makefu%2Fnagios-radioactiveathome-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makefu%2Fnagios-radioactiveathome-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makefu%2Fnagios-radioactiveathome-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makefu%2Fnagios-radioactiveathome-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makefu","download_url":"https://codeload.github.com/makefu/nagios-radioactiveathome-plugins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239484208,"owners_count":19646429,"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":[],"created_at":"2024-10-11T00:25:29.045Z","updated_at":"2025-02-18T13:45:26.006Z","avatar_url":"https://github.com/makefu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nukular_tools\nradioactive.org auxilary tools which utilize the raw data export `gettrickledata.php`\n\n# scripts\nThe scripts are working with the radioactiveathome.org api. \nForum Post: http://radioactiveathome.org/boinc/forum_thread.php?id=60\nExporter:  http://radioactiveathome.org/boinc/gettrickledata.php?start=X\u0026hostid=Y\nOutput according to icinga guidelines: https://nagios-plugins.org/doc/guidelines.html\n\n# check_geiger\n\nnagios script to check geiger uSV data:\n    \n    usage: rah-check-geiger [options]\n\n    Options:\n        -w --warning \u003cuSv\u003e               Warning level in uSv [default: 0.3]\n        -c --critical \u003cuSv\u003e              Critical level in uSv [default: 0.8]\n        -h --hostid \u003cid\u003e                 Host Identity in radioactiveathome [default: 14364]\n        -u --url \u003cURL\u003e                  radioactivehome trickledata [default: http://radioactiveathome.org/boinc/gettrickledata.php]\n\n\n    $ python rah-check-geiger\n    radiation OK at 0.106uSv/h - below 0.3uSv/h\n    \u003c- exit code 0\n    $ python rah-check-geiger -w 0.01\n    radiation WARNING at 0.106uSv/h - above 0.01uSv/h\n    \u003c- exit code 1\n    $ python rah-check-geiger -c 0.01\n    radiation CRITICAL at 0.106uSv/h - above 0.01uSv/h\n    \u003c- exit code 2\n\n\n# check_geiger_last_data\n\nnagios script to check geiger trickledata last entry\n\n    usage: check_geiger_last_data [options]\n\n    Options:\n        -w --warning \u003chours\u003e            Warning threshold for hours since last data entry [default: 24]\n        -c --critical \u003chours\u003e           Warning threshold for hours since last data entry [default: 72]\n        -h --hostid \u003cid\u003e                Host Identity in radioactiveathome [default: 14364]\n        -u --url \u003cURL\u003e                  radioactivehome trickledata [default: http://radioactiveathome.org/boinc/gettrickledata.php]\n\n\n    $ python rah-check-geiger-last-data \n    radiation timeout OK - last data 126 minutes ago\n    \u003c- exit code 0\n    $ python rah-check-geiger-last-data -w 1\n    radiation timeout WARNING - no data since 2 hours\n    \u003c- exit code 1\n    $ python rah-check-geiger-last-data -c 1\n    radiation timeout CRITICAL  - no data since 2 hours\n    \u003c- exit code 2\n\n## legacy/current_geiger.sh\nreturns the uSV value of the last data point\n\n## legacy/last_data.sh\nreturns the seconds since the last data entry\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakefu%2Fnagios-radioactiveathome-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakefu%2Fnagios-radioactiveathome-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakefu%2Fnagios-radioactiveathome-plugins/lists"}