Fork me on GitHub

Project Notes

#110 Zabbix

Zabbix in a Nutshell

Notes

Zabbix is:

  • an enterprise-level real-time monitoring solution
  • governed by Zabbix LLC, who develop the product and provide professional services

Zabbix provides:

  • Metric collection
    • Multi-platform Zabbix agent
    • SNMP and IPMI agents
    • Agentless monitoring of user services
    • Custom methods
    • Calculation and aggregation
    • End user web monitoring
  • problem states detection within the incoming metric flow
  • native web interface
    • Widget-based dashboards
    • Graphs
    • Network maps
    • Slideshows
    • Drill-down reports
  • notification and remediation
  • security and authentication
    • Strong encryption between all Zabbix components
    • Multiple authentication methods: Open LDAP, Active Directory
    • Flexible user permission schema
    • Zabbix code is open for security audits
  • auto-discovery
    • Network discovery: device type, IP, status, uptime/downtime, etc, and takes predefined actions.
    • Low-level discovery: creates items, triggers, and graphs for different elements on a device.
    • Auto-registration of active agent: automatically starts monitoring new equipment with Zabbix agent.
  • distributed monitoring
  • access to all Zabbix functionality through Zabbix API

metric_collection.svg

Credits and References

About LCK#110 infrastructurezabbixmonitoring
Project Source on GitHub Return to the Project Catalog

LittleCodingKata is my collection of programming exercises, research and code toys broadly spanning things that relate to programming and software development (languages, frameworks and tools).

These range from the trivial to the complex and serious. Many are inspired by existing work and I'll note credits and references where applicable. The focus is quite scattered, as I variously work on things new and important in the moment, or go back to revisit things from the past.

This is primarily a personal collection for my own edification and learning, but anyone who stumbles by is welcome to borrow, steal or reference the work here. And if you spot errors or issues I'd really appreciate some feedback - create an issue, send me an email or even send a pull-request.

LittleArduinoProjects LittleModelArt More on my blog