All Projects → AlekSi → Zabbix

AlekSi / Zabbix

Licence: bsd-2-clause
Archived, see https://github.com/AlekSi/zabbix/issues/24

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Zabbix

Opscloud
运维管理平台(阿里云),自动同步阿里云配置信息,堡垒机(容器),批量运维,Kubernetes,Zabbix管理等功能
Stars: ✭ 788 (+860.98%)
Mutual labels:  zabbix
Docker Zabbix Coreos
Docker container with patched Zabbix agent for CoreOS server monitoring
Stars: ✭ 36 (-56.1%)
Mutual labels:  zabbix
1c zabbix template ce
Шаблон Zabbix для мониторинга кластера серверов 1С Предприятия 8.3
Stars: ✭ 60 (-26.83%)
Mutual labels:  zabbix
Prometheusalert
Prometheus Alert是开源的运维告警中心消息转发系统,支持主流的监控系统Prometheus,Zabbix,日志系统Graylog和数据可视化系统Grafana发出的预警消息,支持钉钉,微信,华为云短信,腾讯云短信,腾讯云电话,阿里云短信,阿里云电话等
Stars: ✭ 822 (+902.44%)
Mutual labels:  zabbix
Zabbixagentlib
.Net library implementing a Zabbix agent
Stars: ✭ 9 (-89.02%)
Mutual labels:  zabbix
Fluent Plugin Zabbix
fluentd out plugin to zabbix
Stars: ✭ 46 (-43.9%)
Mutual labels:  zabbix
Zabbix Slack Alertscript
Zabbix AlertScript for Slack.com chat
Stars: ✭ 406 (+395.12%)
Mutual labels:  zabbix
Docker Openldap
Docker OpenLDAP Container w/TLS & Replication Support S6 Overlay, and Zabbix Monitoring based on Alpine
Stars: ✭ 74 (-9.76%)
Mutual labels:  zabbix
Zabbix Template For Redis
Zabbix template + script useful to monitor Redis Server & Redis Sentinel instances
Stars: ✭ 33 (-59.76%)
Mutual labels:  zabbix
Zabbix Telegram Notification
Zabbix notifications on Telegram
Stars: ✭ 59 (-28.05%)
Mutual labels:  zabbix
Zabbix Community Repos
📝 850+ Zabbix community project links: SW/HW/DB templates, scripts, CLIs, integrations, API libraries, modules, configurations, ...
Stars: ✭ 907 (+1006.1%)
Mutual labels:  zabbix
Zabbix Template Juniper Mx Bgp4 Ipv4 Ipv6
Zabbix Template for Juniper MX discovery BGP4 peers ipv4 and ipv6, RE, interfaces
Stars: ✭ 22 (-73.17%)
Mutual labels:  zabbix
Grafana Zabbix Dashboards
Grafana dashboards for Zabbix
Stars: ✭ 50 (-39.02%)
Mutual labels:  zabbix
Mysqltools
一个用于快速构建大规模,高质量,全自动化的 mysql分布式集群环境的工具;包含mysql 安装、备份、监控、高可用、读写分离、优化、巡检、自行化运维
Stars: ✭ 795 (+869.51%)
Mutual labels:  zabbix
Zabbixdba
Zabbix Database Monitoring Service (Oracle, Pg, MySQL, MS SQL, DB2, etc.)
Stars: ✭ 68 (-17.07%)
Mutual labels:  zabbix
Zabbix In Telegram
Zabbix Notifications with graphs in Telegram
Stars: ✭ 710 (+765.85%)
Mutual labels:  zabbix
Terraform Provider Zabbix
Stars: ✭ 38 (-53.66%)
Mutual labels:  zabbix
Zabbix Module Systemd
Native systemd monitoring for Zabbix
Stars: ✭ 81 (-1.22%)
Mutual labels:  zabbix
Pm2 Zabbix
A Node.js PM2 monitoring tool for Zabbix.
Stars: ✭ 71 (-13.41%)
Mutual labels:  zabbix
Zabbix Docker Monitoring
🐳 Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module
Stars: ✭ 1,098 (+1239.02%)
Mutual labels:  zabbix

zabbix GoDoc Build Status Go Report Card

This Go package provides access to Zabbix API. Tested on Zabbix 2.0, 2.2, 2.4.

Install it: go get github.com/AlekSi/zabbix

You have to run tests before using this package – Zabbix API doesn't match documentation in few details, which are changing in patch releases. Tests are not expected to be destructive, but you are advised to run them against not-production instance or at least make a backup.

export TEST_ZABBIX_URL=http://localhost:8080/zabbix/api_jsonrpc.php
export TEST_ZABBIX_USER=Admin
export TEST_ZABBIX_PASSWORD=zabbix
export TEST_ZABBIX_VERBOSE=1
go test -v

TEST_ZABBIX_URL may contain HTTP basic auth username and password: http://username:[email protected]/api_jsonrpc.php. Also, in some setups URL should be like http://host/zabbix/api_jsonrpc.php.

Documentation is available on godoc.org. Also, Rafael Fernandes dos Santos wrote a great article about using and extending this package.

License: Simplified BSD License (see LICENSE).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].