Ad Widget

Collapse

Variable parameters for PerfCounters

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Axel404
    Junior Member
    • Dec 2013
    • 5

    #1

    Variable parameters for PerfCounters

    Hi! I'm trying to get some universal counters for webapps and faced a problem with setting variable SiteName from Zabbix frontend:

    Works correctly:
    PerfCounter = iis.connections,"\Web Service(MySiteName)\Connection Attempts/sec",60
    ZBX_NOTSUPPORTED:
    PerfCounter = iis.connections,"\Web Service($1)\Connection Attempts/sec",60
    Is there any ways to transfer some variable SiteName from frontend to PerfCounter parameter?

    P.S.
    UserParameter = iis.connections[*],typeperf -sc 1 "\Web Service($1)\Connection Attempts/sec"
    works fine, but i want to avoid any additional parsers.

    Using Zabbix 2.2.0
    Last edited by Axel404; 11-12-2013, 06:32. Reason: Forgot to specify version
Working...