From: Thomas K. <tk...@we...> - 2009-05-06 12:25:22
|
Hi, On Wed, May 06, 2009 at 07:22:41PM +0900, Koshikawa Yasunori wrote: > I just started to monitor memory threshold for Cisco switches, but I can't. > I set small threshold value, but always green. > > example: > Free memory: 2255724 bytes (51%) > Used memory: 2131592 bytes (49%) > ------------- ---------------- > Total memory: 4387316.00 bytes (100%) > > > /path_to_devmon/templates/cisco-*/memory/thresholds > mem_used_per : yellow : 20 : Memory load is high > mem_used_per : red : 30 : Memory load is very high it's an error in the templates. I submitted a bug report. However it doesn't seem to be patched, yet. You need to specify messages like this: {mem_used_per.errors} Free memory: {mem_free} bytes ({mem_free_per}%) Used memory: {mem_used} bytes ({mem_used_per}%) {mem_used_per.color} ------------- ---------------- Total memory: {mem_total} bytes (100%) Alarm threshold: yellow={mem_used_per.thresh:yellow}%, red={mem_used_per.thresh:red}% <!-- DEVMON to RRD Physical {mem_used_per}% --> Viele Grüße Thomas -- Thomas Kähn NetCologne Network Engineering & Design Gesellschaft für Telekommunikation mbH Grüner Weg 100 Telefon: 0241/701333-18 52070 Aachen Fax: 0221/2222-78718 Handelsregister: HRB 25580, Amtsgericht Köln Geschäftsführer: Werner Hanf, Dipl.-Ing. Karl-Heinz Zankel |