Hello folks,
This is my first post here so please forgive me if I forgot any important info for ask support.
I'm trying to get FILESYSTEM info from a Windows 10 OS on the same way I can get from Windows Server 2019. I'm applying exactly same template (Template OS Windows by Zabbix agent) however only Windows Server machines are able to show Disk space usage info/graphic.
I'm running ZABBIX server 5.0 (current) with Zabbix Agent 5.0.2.2400. Below is the Agent config (nothing really special...).
Thank you!
This is my first post here so please forgive me if I forgot any important info for ask support.
I'm trying to get FILESYSTEM info from a Windows 10 OS on the same way I can get from Windows Server 2019. I'm applying exactly same template (Template OS Windows by Zabbix agent) however only Windows Server machines are able to show Disk space usage info/graphic.
I'm running ZABBIX server 5.0 (current) with Zabbix Agent 5.0.2.2400. Below is the Agent config (nothing really special...).
Thank you!
Code:
# This is a configuration file for Zabbix agent service (Windows) # To get more information about Zabbix, visit http://www.zabbix.com # LAST MODIFIED 2020-28-07-0902 ### Option: LogFile # Log file name for LogType 'file' parameter. # # Mandatory: no # Default: # LogFile= LogFile=C:\APPS\ZABBIX\zabbix_agentd.log ### Option: Server # List of comma delimited IP addresses, optionally in CIDR notation, or DNS names of Zabbix servers and Zabbix proxies. # Incoming connections will be accepted only from the hosts listed here. # If IPv6 support is enabled then '127.0.0.1', '::127.0.0.1', '::ffff:127.0.0.1' are treated equally and '::/0' will allow any IPv4 or IPv6 address. # '0.0.0.0/0' can be used to allow any IPv4 address. # Example: Server=127.0.0.1,192.168.1.0/24,::1,2001:db8::/32,zabbix.domain # # Mandatory: yes, if StartAgents is not explicitly set to 0 # Default: # Server= Server=192.168.101.199 ### Option: ServerActive # List of comma delimited IP:port (or DNS name:port) pairs of Zabbix servers and Zabbix proxies for active checks. # If port is not specified, default port is used. # IPv6 addresses must be enclosed in square brackets if port for that host is specified. # If port is not specified, square brackets for IPv6 addresses are optional. # If this parameter is not specified, active checks are disabled. # Example: ServerActive=127.0.0.1:20051,zabbix.domain,[::1]:30051,::1,[12fc::1] # # Mandatory: no # Default: # ServerActive= ServerActive=192.168.101.199 ### Option: HostnameItem # Item used for generating Hostname if it is undefined. Ignored if Hostname is defined. # Does not support UserParameters or aliases. # # Mandatory: no # Default: HostnameItem=system.hostname

Comment