Hi,
I know Zabbix 2.0 now is supporting nano seconds. I am wondering how to put my own time stamp through zabbix_sender in millisecond resolution.
Here's what I did
zabbix_sender -z localhost -T -i /tmp/zabbix/timetestfile
Inside the timetestfile:
testHost TimeStampTestKey 1356019739 2
The "2" at the end is just a value to kick off a trigger.
The "1356019739" is the unix timestamp in second resolution
I am wondering does anyone know how to fit the nano second as a parameter into this? Or there's another way to do it.
In the zabbix database, I looked the events table of zabbix 2.0, I definitely found there's a new column called "ns" added. I also verified the timestamp I put in through zabbix_sender update the column "clock". I hope will be able to update the "ns" column as well through zabbix_sender.
Thank you.
I know Zabbix 2.0 now is supporting nano seconds. I am wondering how to put my own time stamp through zabbix_sender in millisecond resolution.
Here's what I did
zabbix_sender -z localhost -T -i /tmp/zabbix/timetestfile
Inside the timetestfile:
testHost TimeStampTestKey 1356019739 2
The "2" at the end is just a value to kick off a trigger.
The "1356019739" is the unix timestamp in second resolution
I am wondering does anyone know how to fit the nano second as a parameter into this? Or there's another way to do it.
In the zabbix database, I looked the events table of zabbix 2.0, I definitely found there's a new column called "ns" added. I also verified the timestamp I put in through zabbix_sender update the column "clock". I hope will be able to update the "ns" column as well through zabbix_sender.
Thank you.
Comment