Ad Widget

Collapse

import several values by once

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abonne01
    Junior Member
    • Dec 2011
    • 15

    #1

    import several values by once

    Hello,

    I would like to load several values of an item using the real date instead of collection date.

    example, I have a log file like this :
    date value
    Mon Feb 06 12:21:25 2012 32.00
    Mon Feb 06 12:21:29 2012 18.00
    ....

    is there a possiblity to integrate this inside zabbix using the good date?

    thanks a lot in advance for anwsers

    regards
  • eskytthe
    Senior Member
    Zabbix Certified Specialist
    • May 2011
    • 363

    #2
    zabbix_sender -T -i <input file> (and some more options)
    -T = local timestamps
    Can be run at the agent host.
    http://www.zabbix.com/documentation/.../zabbix_sender
    /Erik

    Comment

    • abonne01
      Junior Member
      • Dec 2011
      • 15

      #3
      [resolved]

      Hello,

      this works perfectly. Thanks a lot!

      antoine

      Comment

      Working...