Cacti (home)ForumsRepositoryDocumentation
Cacti: offical forums and support  

 FAQFAQ   SearchSearch   MemberlistMemberlist    RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in    


Cisco CSS SNMP rosetta stone
Goto page Previous  1, 2, 3, 4, 5  Next
 
Post new topic   Reply to topic    Cacti Forum Index -> Scripts and Templates
Author Message
ScOp3
Cacti User


Joined: 03 Aug 2005
Posts: 59
Location: Cologne Germany

PostPosted: Fri Oct 07, 2005 4:56 am    Post subject: Reply with quote

Any update on a template for the content switches?
Tried to query some Mibs/Instances and was only partial successful getting some useful information.

Anybody in here working on a template aimed at. Hits, load, summary etc of. content rules (owner)?
Back to top
tcyee



Joined: 02 Mar 2006
Posts: 4

PostPosted: Tue Mar 14, 2006 8:47 pm    Post subject: any updates? Reply with quote

Any updates on this topic?
Back to top
egironda



Joined: 19 Dec 2005
Posts: 45

PostPosted: Wed Mar 15, 2006 4:29 pm    Post subject: Reply with quote

Here are the ones I'm using. I cobbled these together from both posts on the forums here, and my own investigations... I can't remember what thread I found the ones that set me on the right track in - but, props to them.


css.zip
 Description:

Download
 Filename:  css.zip
 Filesize:  12.95 KB
 Downloaded:  649 Time(s)

Back to top
ScOp3
Cacti User


Joined: 03 Aug 2005
Posts: 59
Location: Cologne Germany

PostPosted: Fri Mar 17, 2006 6:13 am    Post subject: Reply with quote

egironda wrote:
Here are the ones I'm using. I cobbled these together from both posts on the forums here, and my own investigations... I can't remember what thread I found the ones that set me on the right track in - but, props to them.


Could you upload it as a "host template" please. Will be much easier to check out.

Edit: And in which version did you create the template? Im still using 0.8.6g and i hope i can skip updating cacti first.
Back to top
egironda



Joined: 19 Dec 2005
Posts: 45

PostPosted: Wed Mar 22, 2006 8:57 pm    Post subject: Reply with quote

Hey I just saw this. I don't have time right now but I'll get back to this tomorrow.

These are under 0.8.6h, but I think they should work under 0.8.6g...
Back to top
egironda



Joined: 19 Dec 2005
Posts: 45

PostPosted: Wed Mar 22, 2006 9:20 pm    Post subject: Reply with quote

Here ya go... warning that of course this includes dependancies, so it may clobber anything of your own. I don't have any custom rrds, but you may want to back things up regardless before import.


cacti_host_template_css.xml
 Description:
host template for css

Download
 Filename:  cacti_host_template_css.xml
 Filesize:  51.26 KB
 Downloaded:  750 Time(s)

Back to top
ScOp3
Cacti User


Joined: 03 Aug 2005
Posts: 59
Location: Cologne Germany

PostPosted: Fri Mar 24, 2006 7:34 am    Post subject: Reply with quote

Thanks for the host template unfortunatly i have to upgrade to 0.8.6h because i get the famous "Hash version does not exist" error.
Back to top
richrumble



Joined: 07 Oct 2004
Posts: 13

PostPosted: Tue Mar 28, 2006 9:18 pm    Post subject: Data-Templates Reply with quote

I've been out of the loop for a while, so I'm sure I missed something. For me there is still a lot of manual work to be done when the graphs are created. I've got an XML file that allows cacti to gather things like CPU, Mem used/free, NIC stats... however since the naming convention for the OID's forces me to translate the
101.120.97.109.112.108.101.10.115.101.114.118.105.99.101.49.48.49 into
example-service101 in my graphs names
I've got hudreds of rules/services/owners... and redundant ccs's I've not found a way to use the perl scripts on the previous page to help automate...

What I think I'll focus on is a script that parses a saved running-config and creates the graph/host template.... I dunno yet
-rich
Back to top
ScOp3
Cacti User


Joined: 03 Aug 2005
Posts: 59
Location: Cologne Germany

PostPosted: Mon Apr 03, 2006 6:49 am    Post subject: Reply with quote

egironda wrote:
Here ya go... warning that of course this includes dependancies, so it may clobber anything of your own. I don't have any custom rrds, but you may want to back things up regardless before import.


Finally been able to upgrade my cacti to the latest version and been also able to test you're template a bit. Still having some issues getting it running.

I am missing some referenced data querys. What i have been able to reconstruct from you're first template posting was okay except "css-status.xml" and "css-conns" is missing.

It would also be nice to update the path associated in the data query from absolut to "<path_cacti>/resource/snmp_queries/".

Thanks in advance...
Back to top
evilzardoz



Joined: 04 Dec 2005
Posts: 46

PostPosted: Mon Apr 10, 2006 12:14 am    Post subject: Re: Data-Templates Reply with quote

richrumble wrote:

What I think I'll focus on is a script that parses a saved running-config and creates the graph/host template.... I dunno yet
-rich


Hi,

we're using the Cisco CSMs in our 6500s which basically do the same thing. We're doing just that to keep our MRTG/RRD page current-ish however I've just been given the task of getting CSM stuff in cacti. Someone else wrote the scripts and I'm not much of a coder. Eep!

Just letting you know that your idea is probably going to produce good results
Back to top
evilzardoz



Joined: 04 Dec 2005
Posts: 46

PostPosted: Mon Apr 10, 2006 12:26 am    Post subject: Reply with quote

egironda wrote:
Here are the ones I'm using. I cobbled these together from both posts on the forums here, and my own investigations... I can't remember what thread I found the ones that set me on the right track in - but, props to them.


Hi,

This looks great.. but I can't work out how to get this stuff going. I've added these to resource/snmp_queries and I've tried to import the host template but it tells me:

Error: XML: Hash version does not exist.

Am I doing things in the wrong way?
Back to top
ScOp3
Cacti User


Joined: 03 Aug 2005
Posts: 59
Location: Cologne Germany

PostPosted: Mon Apr 10, 2006 1:39 am    Post subject: Reply with quote

evilzardoz wrote:

Error: XML: Hash version does not exist.


You are probably using an older version then 0.8.6h which results in this error message. You have to upgrade you're cacti for it to work. Unfortunatly the template ist not complete so far. Some dependcies are missing IMHO and am still waiting for an answer from the author.
Back to top
richrumble



Joined: 07 Oct 2004
Posts: 13

PostPosted: Sat May 13, 2006 8:41 pm    Post subject: Script correction Reply with quote

paulvx http://forums.cacti.net/about5114.html#28044 posted that script. The only issue with it is that in asciii, the codes "9" and "10" in ascii are Horizontal Tab and Line feed respectively. There may be other ascii codes that throw out errors for most... so a corrected script that ignores any ascii codes 0-31

See attached, the useage is the same as before, echo or cat the values through the script.

10.110.101.119.45.115.99.114.105.112.116.13.102.111.114.45.97.108.108.45.50.45.116.114.121
9.116.101.115.116.105.110.103.49.50

I am still working on the templating ideas for cacti.
5.45.114.105.99.104



Ascii2txt.pl.txt
 Description:
./Ascii2txt.pl <file1.txt
or
echo 9.116.101.115.116.105.110.103.49.50.9.116.101.115.116.105.110.103.49.50 | ./Ascii2txt.pl

Download
 Filename:  Ascii2txt.pl.txt
 Filesize:  152 Bytes
 Downloaded:  318 Time(s)

Back to top
opiespank



Joined: 27 Jun 2006
Posts: 3

PostPosted: Tue Jun 27, 2006 3:30 pm    Post subject: Reply with quote

Is this template working for CSS load balancing switches?? I am getting the following error and not sure if it is the template or not.

+ Running data query [13].
+ Found type = '3' [snmp query].
+ Could not find data query XML file at '/var/www/cacti/resource/snmp_queries/css-conns.xml'
+ Error parsing XML file into an array.
+ Could not find data query XML file at '/var/www/cacti/resource/snmp_queries/css-conns.xml'
+ Could not find data query XML file at '/var/www/cacti/resource/snmp_queries/css-conns.xml'
+ Could not find data query XML file at '/var/www/cacti/resource/snmp_queries/css-conns.xml'


--Keith
Back to top
jmadrid2



Joined: 04 May 2006
Posts: 42
Location: Bayonne, NJ

PostPosted: Mon Jul 03, 2006 12:58 pm    Post subject: CSS Template Missing XML Files Reply with quote

The css.zip file posted is missing two files, css-status.xml and css-conns.xml. Can anyone post these files if they have them? The rest of the scripts work correctly for me, but these are missing. The files that were included are css.xml, css-svc.xml, and css-trfc.xml but the other two are missing.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Cacti Forum Index -> Scripts and Templates All times are GMT - 5 Hours
Goto page Previous  1, 2, 3, 4, 5  Next
Page 2 of 5

 



Powered by phpBB © 2001, 2005 phpBB Group