{"id":22671485,"url":"https://github.com/cloudforet-io/plugin-zabbix-mon-webhook","last_synced_at":"2025-08-07T09:16:55.727Z","repository":{"id":109063092,"uuid":"532701323","full_name":"cloudforet-io/plugin-zabbix-mon-webhook","owner":"cloudforet-io","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-21T16:37:16.000Z","size":3961,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-26T07:04:27.445Z","etag":null,"topics":["monitoring","plugin","webhook"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudforet-io.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-09-05T01:16:00.000Z","updated_at":"2023-02-17T18:04:28.000Z","dependencies_parsed_at":"2024-03-21T17:43:38.186Z","dependency_job_id":null,"html_url":"https://github.com/cloudforet-io/plugin-zabbix-mon-webhook","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudforet-io%2Fplugin-zabbix-mon-webhook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudforet-io%2Fplugin-zabbix-mon-webhook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudforet-io%2Fplugin-zabbix-mon-webhook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudforet-io%2Fplugin-zabbix-mon-webhook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudforet-io","download_url":"https://codeload.github.com/cloudforet-io/plugin-zabbix-mon-webhook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248565290,"owners_count":21125452,"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":["monitoring","plugin","webhook"],"created_at":"2024-12-09T16:15:13.073Z","updated_at":"2025-04-12T12:22:47.121Z","avatar_url":"https://github.com/cloudforet-io.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# plugin-zabbix-mon-webhook\nwebhook for zabbix\n\n# Data Model\n\n## Zabbix Raw Data\n```\n \"event\": {\n                \"status\": \"PROBLEM\",\n                \"id\": \"7458\",\n                \"severity\": \"Average\",\n                \"date\": \"\",\n                \"name\": \"Load average is too high (per CPU load over 1.5 for 5m)\"\n            },\n            \"item\": {\n                \"value\": \"2\",\n                \"id\": \"42529\",\n                \"key\": \"system.cpu.load[all,avg1]\"\n            },\n            \"message\": \"Problem started at 11:58:49 on 2021.08.27\\r\\nProblem name: Load average is too high (per CPU load over 1.5 for 5m)\\r\\nHost: zabbix-test\\r\\nSeverity: Average\\r\\nOperational data: Load averages(1m 5m 15m): (2 1.66 1.67), # of CPUs: 1\\r\\nOriginal problem ID: 7458\\r\\n\",\n            \"trigger\": {\n                \"name\": \"Load average is too high (per CPU load over 1.5 for 5m)\",\n                \"severity\": \"Average\",\n                \"id\": \"21028\",\n                \"status\": \"PROBLEM\"\n            },\n            \"title\": \"Problem: Load average is too high (per CPU load over 1.5 for 5m)\",\n            \"to\": \"xxxxx@gmail.com\",\n            \"host\": {\n                \"name\": \"bastion-dev\",\n                \"visible_name\": \"bastion-dev\",\n                \"id\": \"10445\",\n                \"connection_info\": \"xxx.xx.x.xx\",\n            }\n```\n\n## SpaceONE Event Model\n\n| Field\t\t| Type | Description\t| Example\t|\n| ---      | ---     | ---           | ---           |\n| event_id | str  | auto generation | event-1234556  |\n| event_key | str | hash key of host.host_id, event.event_id | b5dfksdfjskfsdfklsf3423432dff |\n| event_type |  str  | RECOVERY , ALERT based on raw_data.state | RECOVERY\t|\n| title | str\t| title\t| Problem: Load average is too high (per CPU load over 1.5 for 5m)\t|\n| description | str | message\t| Problem started at 11:58:49 on 2021.08.27\\r\\nProblem name: Load average is too high ..\t|\n| severity | str  | alert level based event_status (RESOLVED, INFORMATION -\u003e INFO, DISASTER -\u003e CRITICAL, HIGH -\u003e ERROR, AVERAGE -\u003e WARNING | ERROR\t|\n| resource | dict | resource_id(host.name), resource_type(N/A), name(host.visible_name)\t| {\"resource_id\":\"10445\", \"resource_type\":\"\", \"name\":\"bastion-dev\"}\t|\n| addtional_info | dict | zabbix_host_visible_name, zabbix_trigger_id, zabbix_event_id, zabbix_host_id, zabbix_item_key, zabbix_item_value| {\"zabbix_host_visible_name\": \"bastion-dev\", \"zabbix_trigger_id\":\"10445\" } |\n| occured_at | datetime | webhook received time | \"2021-08-23T06:47:32.753Z\" |\n| alert_id | str | mapped alert_id\t| alert-3243434343 |\n| webhook_id | str  | ID of webhook | webhook-34324234234234 |\n| project_id | str\t| ID of project | project-12312323232    |\n| domain_id | str\t| domain ID\t| domain-12121212121\t|\n| created_at | datetime | created time | \"2021-08-23T06:47:32.753Z\"\t|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudforet-io%2Fplugin-zabbix-mon-webhook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudforet-io%2Fplugin-zabbix-mon-webhook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudforet-io%2Fplugin-zabbix-mon-webhook/lists"}