I've come back to zabbix after using for a couple of previous roles. After installation I am having mixed success with data being collected, and then listing or visualising.
* Zabbix Server / Agent is 3.4.5
* Infrastructure is Red Hat Enterprise Linux Server release 7.4
* Database is Mariadb 10.2.8
* Simple Master/Agent setup : no proxies
* Simple corporate setup : no internal firewall or network barriers
* Installation was rpm -> rpm2cpio + internal deployment mechanism
I then setup a number of hosts with the "Template OS Linux" to seed with some simple items.
Under latest data I can these see some of the data being collected, so for example, these items are reliably giving data across a number of hosts ... and therefore can see data, graphs etc
+ Free disk space on <fs> (percentage)
However I can't see any data/graphs for
- Free disk space on /
- Available memory
- Free swap space
- Total memory
On reflection it appears that any parameter that
+ Numeric (float) works fine,
+ Character works fine
- Numeric (unsigned) does not.
From a troubleshooting point of view I can see
* Data is collected without issue. I can use zabbix_get from the master server to evidence connectivity
* Data returned is evident in the zabbix server log file
* Data returned is evident in the mariadb query log in terms of inserts
* Data returned is evident in the mariadb database when I query the history_uint table
So I can track the data all of the way into the database but I can't get sight of it from the
* No data available for these items
* No graphs / last values possible
I have slowly increased the logging across the setup but can't see any issues. I'd appreciate any insight why only one data type doesn't work.
* Zabbix Server / Agent is 3.4.5
* Infrastructure is Red Hat Enterprise Linux Server release 7.4
* Database is Mariadb 10.2.8
* Simple Master/Agent setup : no proxies
* Simple corporate setup : no internal firewall or network barriers
* Installation was rpm -> rpm2cpio + internal deployment mechanism
I then setup a number of hosts with the "Template OS Linux" to seed with some simple items.
Under latest data I can these see some of the data being collected, so for example, these items are reliably giving data across a number of hosts ... and therefore can see data, graphs etc
+ Free disk space on <fs> (percentage)
However I can't see any data/graphs for
- Free disk space on /
- Available memory
- Free swap space
- Total memory
On reflection it appears that any parameter that
+ Numeric (float) works fine,
+ Character works fine
- Numeric (unsigned) does not.
From a troubleshooting point of view I can see
* Data is collected without issue. I can use zabbix_get from the master server to evidence connectivity
* Data returned is evident in the zabbix server log file
* Data returned is evident in the mariadb query log in terms of inserts
* Data returned is evident in the mariadb database when I query the history_uint table
So I can track the data all of the way into the database but I can't get sight of it from the
* No data available for these items
* No graphs / last values possible
I have slowly increased the logging across the setup but can't see any issues. I'd appreciate any insight why only one data type doesn't work.
Comment