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:
How can i make this trigger only on 32bit systems and not on 64bit systems?
without having to make a seperate 32bit template.
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
without having to make a seperate 32bit template.