Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions zabbix/datadog_checks/zabbix/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,38 @@
"Zabbix agent availability": "agent.avail",
"Utilization of alert syncer internal processes, in %": "process.internal.alert_sync",
"Memory utilization": "memory.used",
"Linux: Number of CPUs": "cpu.count",
"Linux: CPU iowait time": "cpu.iowait_time",
"Linux: Context switches per second": "context_switches_per_sec",
"Linux: CPU guest nice time": "cpu.guest_nice_time",
"Linux: CPU guest time": "cpu.guest_time",
"Linux: CPU softirq time": "cpu.softirq_time",
"Linux: CPU interrupt time": "cpu.interrupt_time",
"Linux: CPU steal time": "cpu.steal_time",
"Linux: CPU nice time": "cpu.nice_time",
"Linux: Load average (1m avg)": "load.avg.1_min",
"Linux: CPU user time": "cpu.user_time",
"Linux: CPU system time": "cpu.system_time",
"Linux: CPU idle time": "cpu.idle_time",
"Linux: Load average (15m avg)": "load.avg.15_min",
"Linux: Load average (5m avg)": "load.avg.5_min",
"Linux: Interrupts per second": "interrupts_per_sec",
"Linux: Available memory in %": "memory.avail_percent",
"Linux: Total memory": "memory.total",
"Linux: Available memory": "memory.avail",
"Linux: Total swap space": "swap_space.total",
"Linux: Free swap space": "swap_space.free",
"Linux: Free swap space in %": "swap_space.free_percent",
"Linux: System uptime": "system.uptime",
"Linux: System boot time": "system.boot_time",
"Linux: System local time": "system.local_time",
"Linux: Number of logged in users": "user.logged_in",
"Linux: Maximum number of open file descriptors": "open_fd.max",
"Linux: Maximum number of processes": "processes_max",
"Linux: Number of processes": "processes_count",
"Linux: Number of running processes": "processes_running_count",
"Linux: CPU utilization": "cpu.used",
"Linux: Zabbix agent availability": "agent.avail",
"Linux: Memory utilization": "memory.used",
"Linux: Zabbix agent ping": "agent.ping",
}
Loading