Ad Widget

Collapse

store the data metrics from Zabbix agent in milliseconds resolution insted of minutes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vamshi_pulluri
    Junior Member
    • Mar 2019
    • 7

    #1

    store the data metrics from Zabbix agent in milliseconds resolution insted of minutes

    I want different data metrics like CPU utilization, memory utilization from Zabbix agent with milliseconds resolution instead of minutes resolution.

    I am using Zabbix Python API to retrieve metrics from Mysql Zabbix database and noticed that data is stored with minutes resolution, which is as shown below:
    PHP Code:
     Sl.NO Date Value  
    1 Monday
    March 252019 04:22:07 0.0700
    2 Monday
    March 252019 04:23:07 0.0600 
    Is it possible in Zabbix to store the data metrics with milliseconds (or nanoseconds) resolution. If yes, how should I do that.
    Last edited by vamshi_pulluri; 26-03-2019, 15:41.
  • brunohl
    Senior Member
    Zabbix Certified Specialist
    • Mar 2019
    • 215

    #2
    I've never used it, but is specified in the docs that this is possible:


    You should use the "ns" field, that specifies "Nanoseconds when the value was received."

    Click image for larger version

Name:	Screenshot_57.png
Views:	711
Size:	117.7 KB
ID:	376381

    Comment

    Working...