{"id":39508045,"url":"https://github.com/dsully/snmp-iostat-bridge","last_synced_at":"2026-01-18T06:00:38.100Z","repository":{"id":66497379,"uuid":"1890902","full_name":"dsully/snmp-iostat-bridge","owner":"dsully","description":"Expose iostat data via SNMP","archived":false,"fork":false,"pushed_at":"2011-06-13T20:24:24.000Z","size":91,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-04-11T21:29:53.191Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dsully.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-06-13T20:23:30.000Z","updated_at":"2016-09-26T17:27:48.000Z","dependencies_parsed_at":"2023-02-20T05:15:29.753Z","dependency_job_id":null,"html_url":"https://github.com/dsully/snmp-iostat-bridge","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/dsully/snmp-iostat-bridge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsully%2Fsnmp-iostat-bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsully%2Fsnmp-iostat-bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsully%2Fsnmp-iostat-bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsully%2Fsnmp-iostat-bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsully","download_url":"https://codeload.github.com/dsully/snmp-iostat-bridge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsully%2Fsnmp-iostat-bridge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28531991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":[],"created_at":"2026-01-18T06:00:23.063Z","updated_at":"2026-01-18T06:00:38.084Z","avatar_url":"https://github.com/dsully.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Expose iostat values via SNMP.\n\nIn your net-snmp'd config file::\n\n  pass_persist .1.3.6.1.3.1 /path/to/snmp-iostat-bridge\n\nOptional arguments::\n\n  --base_oid \u003coid\u003e  - Change the base oid to query against.\n  --interval \u003csecs\u003e - Interval in seconds to refresh iostat values.\n\nYou can now query your OID subtree::\n\n  snmpwalk -c public -v1 localhost .1.3.6.1.3.1\n\nValues outputted will be coresponding to the iostat output, but with the index prepended:\n\nLinux::\n\n  Device: rrqm/s wrqm/s r/s  w/s   rkB/s  wkB/s  avgrq-sz avgqu-sz  await r_await w_await  svctm  %util\n  sda     1.00   18.34  3.67 42.98 247.61 306.37 23.75    0.04      0.80  4.16    0.51     0.52   2.42\n\nSolaris::\n\n  device    r/s    w/s   kr/s   kw/s wait actv  svc_t  %w  %b\n  sd0       0.0    0.2    0.0    1.5  0.0  0.0    4.3   0   0\n\nsnmpwalk output::\n\n  .iso.3.6.1.3.1.1.1 = STRING: \"1\"\n  .iso.3.6.1.3.1.2.1 = STRING: \"sda\"\n  .iso.3.6.1.3.1.3.1 = STRING: \"1.00\"\n  .iso.3.6.1.3.1.4.1 = STRING: \"18.34\"\n  .iso.3.6.1.3.1.5.1 = STRING: \"3.67\"\n  .iso.3.6.1.3.1.6.1 = STRING: \"42.98\"\n  .iso.3.6.1.3.1.7.1 = STRING: \"247.61\"\n  .iso.3.6.1.3.1.8.1 = STRING: \"306.37\"\n  .iso.3.6.1.3.1.9.1 = STRING: \"23.75\"\n  .iso.3.6.1.3.1.10.1 = STRING: \"0.04\"\n  .iso.3.6.1.3.1.11.1 = STRING: \"0.80\"\n  .iso.3.6.1.3.1.12.1 = STRING: \"4.16\"\n  .iso.3.6.1.3.1.13.1 = STRING: \"0.51\"\n  .iso.3.6.1.3.1.14.1 = STRING: \"0.52\"\n  .iso.3.6.1.3.1.15.1 = STRING: \"2.42\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsully%2Fsnmp-iostat-bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsully%2Fsnmp-iostat-bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsully%2Fsnmp-iostat-bridge/lists"}