Ad Widget

Collapse

different trigger values depending on 32bit or 64bit OS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • agraaff
    Junior Member
    • Oct 2013
    • 5

    #1

    different trigger values depending on 32bit or 64bit OS

    I have 32bit as wel as 64bit windows running (W2003 32bit and Windows2008 64bit and Windows2008R2, near future Windows 2012)

    i have created some memory items with triggers but the trigger value is different for 32 bit systems and 64 bit systems.

    For instance:

    \Memory\Pool Nonpaged Bytes

    Low on Pool NonPaged memory
    - less than 40% available (If the systems exceeds more that 60% of the Pool Non-paged bytes memory pool, then consider removing the /3GB switch or consider migrating to a 64-bit system.
    Critically low on Pool NonPaged memory – less than 20% available (If the system exceeds 80% of the Pool Non-paged bytes memory pool. If so, consider removing the /3GB switch or consider migrating to a 64-bit system.

    i wish to monitor this only on 32bit systems.

    So i made an item with a trigger:
    Code:
    {Template_Memory_Windows:perf_counter[\\Memory\Pool Nonpaged Bytes].avg(0)}>60
    How can i make this trigger only on 32bit systems and not on 64bit systems?
    without having to make a seperate 32bit template.
    Last edited by tchjts1; 31-10-2013, 18:55.
Working...