Ad Widget

Collapse

functionid in trigger expressions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • richlv
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Oct 2005
    • 3112

    #1

    functionid in trigger expressions

    i created a test trigger with expression :

    ({<servername>:memory[cached].last(0)}+{<servername>:memory[buffers].last(0)}+{<servername>:memory[free].last(0)})<1G

    this produces an error in 'error' column :
    Unable to get value for functionid [11248]

    functionid changes each time i modify the trigger (it increases)

    this seems to be linked mostly to {<servername>:memory[free].last(0)} - if i have this parameter as the only one, there are no errors; if i use buffers & cached together, there are no errors. if i have free together with any/both buffers & cached, i get this error.

    is this a known problem ?
    Zabbix 3.0 Network Monitoring book
Working...