Ad Widget

Collapse

Evaluation of expression failed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dignus
    Junior Member
    • Jan 2005
    • 14

    #1

    Evaluation of expression failed

    I was just building a trigger to detect a possible burst in my network traffic. The trigger looks like this:

    ({hostname.router.network.net:uplink_wd_1[in].last(0)}+{hostname.router.network.net:uplink_wd_1[out].last(0)}+{hostname.router.network.net:uplink_wd_2[in].last(0)}+{hostname.router.network.net:uplink_wd_2[out].last(0)}+{hostname.router.network.net:uplink_gfx[in].last(0)}+{hostname.router.network.net:uplink_gfx[out].last(0)})/({hostname.router.network.net:uplink_wd_1[in].min(300)}+{hostname.router.network.net:uplink_wd_ 1[out].min(300)}+{hostname.router.network.net:uplink_wd_ 2[in].min(300)}+{hostname.router.network.net:uplink_wd_ 2[out].min(300)}+{hostname.router.network.net:uplink_gfx[in].min(300)}+{hostname.router.network.net:uplink_gfx[out].min(300)})>2
    Trigger is accepted by the webinterface, but ...in the server log I find the following entry about it:

    060925:20050420:173021 Expression [({16520}+{16521}+{16522}+{16523}+{16524}+{16525})/({16526}+{16527}+{16528}+{16529}+{16530}+{16531})> 2] cannot be evaluated.
    060925:20050420:173021 Evaluation of expression [(6194872.000000+263746943.000000+{16522}+{16523}+{ 16524}+{16525})/({16526}+{16527}+{16528}+{16529}+{16530}+{16531})> 2] failed
    Is there a limitation on the length of the triggers in the zabbix_server? The webinterface has no problems with it.
Working...