Ad Widget

Collapse

Docker container monitoring on Windows with Zabbix Agent 2

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • antka
    Junior Member
    • Nov 2020
    • 2

    #1

    Docker container monitoring on Windows with Zabbix Agent 2

    Hi, It is mentioned in the documentation (https://www.zabbix.com/documentation.../items/plugins) that Docker plugin is supplied out of the box, but when I read the agent logs the plugin is not being loaded. Are there any specific steps I should follow to enable Docker plugin on Windows?

    2020/11/30 10:06:00.869187 using configuration file: ./zabbix_agent2.conf
    2020/11/30 10:06:00.869187 using plugin 'Agent' providing following interfaces: exporter
    2020/11/30 10:06:00.869187 using plugin 'Ceph' providing following interfaces: exporter, runner, configurator
    2020/11/30 10:06:00.870187 using plugin 'Cpu' providing following interfaces: exporter, collector, runner
    2020/11/30 10:06:00.870187 using plugin 'File' providing following interfaces: exporter, configurator
    2020/11/30 10:06:00.870187 using plugin 'Log' providing following interfaces: exporter, configurator
    2020/11/30 10:06:00.870187 using plugin 'MQTT' providing following interfaces: watcher, configurator
    2020/11/30 10:06:00.870187 using plugin 'Memcached' providing following interfaces: exporter, runner, configurator
    2020/11/30 10:06:00.870187 using plugin 'Memory' providing following interfaces: exporter
    2020/11/30 10:06:00.870187 using plugin 'Modbus' providing following interfaces: exporter, configurator
    2020/11/30 10:06:00.870187 using plugin 'Mysql' providing following interfaces: exporter, runner, configurator
    2020/11/30 10:06:00.870187 using plugin 'NetIf' providing following interfaces: exporter
    2020/11/30 10:06:00.870187 using plugin 'Oracle' providing following interfaces: exporter, runner, configurator
    2020/11/30 10:06:00.871187 using plugin 'Postgres' providing following interfaces: exporter, runner, configurator
    2020/11/30 10:06:00.871187 using plugin 'Proc' providing following interfaces: exporter
    2020/11/30 10:06:00.871187 using plugin 'Redis' providing following interfaces: exporter, runner, configurator
    2020/11/30 10:06:00.871187 using plugin 'Swap' providing following interfaces: exporter
    2020/11/30 10:06:00.871187 using plugin 'SystemRun' providing following interfaces: exporter, configurator
    2020/11/30 10:06:00.871187 using plugin 'TCP' providing following interfaces: exporter, configurator
    2020/11/30 10:06:00.871187 using plugin 'UDP' providing following interfaces: exporter, configurator
    2020/11/30 10:06:00.871187 using plugin 'Uname' providing following interfaces: exporter
    2020/11/30 10:06:00.871187 using plugin 'Uptime' providing following interfaces: exporter
    2020/11/30 10:06:00.871187 using plugin 'Users' providing following interfaces: exporter
    2020/11/30 10:06:00.871187 using plugin 'VfsFs' providing following interfaces: exporter
    2020/11/30 10:06:00.872188 using plugin 'Web' providing following interfaces: exporter, configurator
    2020/11/30 10:06:00.872188 using plugin 'WindowsEventlog' providing following interfaces: exporter, configurator
    2020/11/30 10:06:00.872188 using plugin 'WindowsPerfInstance' providing following interfaces: exporter
    2020/11/30 10:06:00.872188 using plugin 'WindowsPerfMon' providing following interfaces: exporter, collector, runner
    2020/11/30 10:06:00.872188 using plugin 'WindowsServices' providing following interfaces: exporter
    2020/11/30 10:06:00.872188 using plugin 'Wmi' providing following interfaces: exporter
    2020/11/30 10:06:00.872188 using plugin 'ZabbixAsync' providing following interfaces: exporter
    2020/11/30 10:06:00.872188 using plugin 'ZabbixStats' providing following interfaces: exporter, configurator
    2020/11/30 10:06:00.872188 using plugin 'ZabbixSync' providing following interfaces: exporter
  • antka
    Junior Member
    • Nov 2020
    • 2

    #2
    Please note that plugin_windows.go does not reference the Docker plugin whilst the corresponding Linux version does indeed reference the module. Does this mean that Docker monitoring is only available for Linux hosts? If it is indeed available would this mean if I add _ "zabbix.com/plugins/docker" and recompile that I can enable Docker monitoring?

    Comment

    Working...