From: Buchan M. <bg...@st...> - 2007-12-20 16:17:54
|
On Thursday 20 December 2007 11:45:08 xbgmsharp wrote: > Hello, > > Here a version of cisco ASA/PIX template working on all 7.0 version. > It works for me with: > Cisco Adaptive Security Appliance Version 7.0(6) > Cisco Adaptive Security Appliance Version 7.0(7) > Cisco Adaptive Security Appliance Version 7.0(5) > Cisco Cisco PIX Security Appliance Version 7.0(2) It works for me with: Cisco Firewall Services Module Version 3.1(4) (basically a pix in a blade for a 6500 or 7600). > So the template match 7.0 Maybe make the regex a bit more specific than just '7.0' ? Cisco.*Security.Appliance.*7.0|Cisco.Firewall.*Module.Version.3 or similar > It graph out of the box CPU / Memory / if_load (whith my hobbit patch). I get memory graphing out-the-box, if_load does not graph for me (even thou= gh=20 on the same setup it is graphing for a few 6509's).=20 > > See docs/GRAPHING > > So if any one could test and make comments? > I would to make a good and nice working template for Cisco Pix and ASA. > > Regards, > Francois > > Nathan Hand a =C3=A9crit : > > Thanks Francois, > > > > You'll need to modify thresholds as well. The new version of thresholds > > is attached. > > > > Cheers, > > Nathan Hand > > > > On 20/12/2007, at 3:24 AM, xbgmsharp wrote: > >> Thanks > >> > >> In order to remove warning: > >> Cant redefine first > >> Cant redefine second > >> > >> I change your transfroms to: > >> first_txt : SWITCH : {first} > >> 9=3DActive,10=3DStandby,4=3DError,3=3DNoStandby > >> second_txt : SWITCH : {second} > >> 9=3DActive,10=3DStandby,4=3DError,3=3DNoStandby > >> > >> and message to: > >> {first_txt.color}{first_unit} is {first_status} > >> {second_txt.color}{second_unit} is {second_status} |