As a system administrator, one of the key challenges is to ensure that your monitoring is efficient. In this blog post, I will explain how I structure my Zabbix monitoring to maximize efficiency and reduce unnecessary polling of metrics, while still getting the level of detail that I need on…
Leave a CommentTag: best practices
Secure configuration of Zabbix Agents
Zabbix Agents are a key part of your monitoring infrastructure and a secure configuration ensures safe and reliable operation. Excerpt from zabbix.com about agents: A native Zabbix agent, developed in C language, may run on various supported platforms, including Linux, UNIX and Windows, and collect data such as CPU, memory,…
Leave a CommentAlerts Must Be Actionable
One of the primary reasons of acquiring a monitoring solution, is to receive alerts of potential issues and correct them before they become issues. A classic scenario is that you start out by checking whether your hosts are replying to ICMP ping requests. You slowly become more curious and start…
Leave a CommentAlways use Templates, always
You’ve done it before, every Zabbix user has. You’ve added an item directly to a host and later re-created that item on another host, and then another, and another… You should’ve used templates from the beginning! Even though you’re only adding one item to one host, you might as well…
Leave a Comment