Ad Widget

Collapse

Disable k/M/G/etc. multipliers

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PtY
    Junior Member
    • Mar 2014
    • 10

    #1

    Disable k/M/G/etc. multipliers

    Hi Guys,

    I have some user side scripts, what are get back numeric values. If these values are few thousands, the Zabbix divide it 1000/1024, and modify them as k/M/G/stc. tags.
    Usually is OK, but not in some cases. Example...
    I have a 3g modem with a prepaid SIM, and I send alert SMS-es through it, when some problems are come or go away. I have a script what is get back the SIM-s prepaid balance in HUF (usually >1000) currency.
    When I watch the graphs or values, I see terrible numbers and measures, eg. 2.81 kHUF... (And also kDays, etc...)
    How can I disable this feature for some items? Can I do?

    Thanks
  • PtY
    Junior Member
    • Mar 2014
    • 10

    #2
    Ok, next point of view.
    In the docs I read about measure blacklist (RPM, %, ms, etc.). I found them in the line 617 of the /include/func.inc.php.
    I expanded that array ($blacklist) with my wanted items, and see: it's working.

    So, can anyone start a feature request for these parameters let to be configurable in the web interface?

    Thanks a lot - at the moment this problem is resolved.

    Comment

    • PtY
      Junior Member
      • Mar 2014
      • 10

      #3
      Additional problem:

      If these values becomes the limit, and the system sends alert message (email and/or SMS), the $blackList is not working...
      Where can I find the problem?

      Comment

      Working...