Official Cacti Repository for Plugins and Templates

Templates, scripts for templates, scripts and requests for templates.

Moderators: Developers, Moderators

yuval_ba
Posts: 32
Joined: Mon Oct 13, 2008 6:19 am

Re: Official Cacti Repository for Plugins and Templates

Post by yuval_ba »

Hi,

First of all, great work with the Official Templates page! it's great!
I used the CheckPoint Firewall template and it's also great, thanks.

However, I think it has a small error in the XML:
Data Templates >> Checkpoint Firewall - fwIfTable >> fwDropPcktsOut >> Data Source Type >> needs to be "Counter"
at least for me after importing the current XML I got "Gauge" (only for this data source item).
This made my output drop packets line appear as a "sawtooth"

Is it just for me?

Yuval
KES
Posts: 1
Joined: Thu Nov 25, 2010 2:42 pm

Re: Official Cacti Repository for Plugins and Templates

Post by KES »

See bug notices in code below

Code: Select all

RRDTool Command:

/usr/local/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-60 \
--title='Aggregate UpVlan' \
--base=1024 \
--height=150 \
--width=800 \
--alt-autoscale-max \
--lower-limit=-20000000 \
--vertical-label='bits/s' \
--slope-mode \
--font TITLE:12: \
--font AXIS:8: \
--font LEGEND:10: \
--font UNIT:8: \
DEF:a="/usr/local/share/cacti/rra/hotel_UpVlan.rrd":octetsIn:AVERAGE \
DEF:b="/usr/local/share/cacti/rra/meta_UpVlan.rrd":octetsIn:AVERAGE \
DEF:c="/usr/local/share/cacti/rra/meta_UpVlan.rrd":octetsIn:MAX \
>>>BUG: no octetsIn:MAX for hotel_UpVlan.
CDEF:cdefa=a,8,* \
CDEF:cdefb=b,8,* \
CDEF:cdefc=TIME,1290714473,GT,c,c,UN,0,c,IF,IF,8,* \
CDEF:cdefd=TIME,1290714473,GT,c,c,UN,0,c,IF,IF,8,* \ >>>BUG must be 'd' instead of 'c'
CDEF:cdefg=-78643200,TIME,1290714473,GT,a,a,UN,0,a,IF,IF,TIME,1290714473,GT,b,b,UN,0,b,IF,IF,+,8,*,+ \
AREA:cdefa#6EA100CC:"Hotel"  \
AREA:cdefb#AFECEDCC:"Meta":STACK \
LINE1:cdefc#DE0056CC:"Total"  \
GPRINT:cdefd:LAST:"          Current\:%8.2lf%s"  \
GPRINT:cdefd:AVERAGE:"Average\:%8.2lf%s"  \
GPRINT:cdefd:MAX:"Maximum\:%8.2lf%s\n"  \
AREA:cdefg#00CF0066:"Bandwidth left " 

RRDTool Says:

OK
gen2
Posts: 4
Joined: Sun Feb 01, 2009 2:21 pm

Re: Official Cacti Repository for Plugins and Templates

Post by gen2 »

I'd like to create a new graph template page for uptime sensor devices. I must not have sufficient permissions as the anon_bugs user. How do I go about obtaining permission to create these user contributed pages?

http://docs.cacti.net/usertemplate:grap ... sensor:sh2
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Re: Official Cacti Repository for Plugins and Templates

Post by phalek »

As it states at the main page of the documentation tab:

Cacti Docs user ids are linked to your http://bugs.cacti.net account.

so head over there and create an account ;-)
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
jftuga
Posts: 49
Joined: Mon Feb 07, 2011 11:50 am
Location: Athens, GA

Re: Official Cacti Repository for Plugins and Templates

Post by jftuga »

I have a template for Dell UPSs that I would like to submit to http://docs.cacti.net/templates
I tried to login with my forum username & password but this didn't work. Can some one please point me to the instructions on how to use the site to upload new templates?

Thanks,
-John
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Re: Official Cacti Repository for Plugins and Templates

Post by gandalf »

Please create a mantis userid first at http://bugs.cacti.net
Use this one on the docs site
R.
markusf
Posts: 2
Joined: Fri Apr 12, 2013 8:40 am

Re: Official Cacti Repository for Plugins and Templates

Post by markusf »

Hello,

i created a mantis account and tried to create 'http://docs.cacti.net/usertemplate:host:huaweiS5500'.
But my permissions are only 'reporter'.
What should i do, to upload my host template?

Thanks in advance
markusf
Posts: 2
Joined: Fri Apr 12, 2013 8:40 am

Re: Official Cacti Repository for Plugins and Templates

Post by markusf »

Please let me know if and how this host template for an Huawei S5500 should be published (see file attached)
Thanks in advance
Attachments
cacti_host_template_huawei_s5500.xml
(120.35 KiB) Downloaded 656 times
jorhett
Cacti User
Posts: 63
Joined: Sun Aug 04, 2013 12:13 pm
Location: San Jose, CA
Contact:

Re: Official Cacti Repository for Plugins and Templates

Post by jorhett »

I just tried to upload a new template for ITWatchDogs Mini and Microgoose units, but it shows up twice in the list. What did I do wrong?

http://docs.cacti.net/templates
http://docs.cacti.net/usertemplate:host ... :all-goose
jorhett
Cacti User
Posts: 63
Joined: Sun Aug 04, 2013 12:13 pm
Location: San Jose, CA
Contact:

Re: Official Cacti Repository for Plugins and Templates

Post by jorhett »

And weirder. I just created a minigoose1 for people stuck with old firmware, and that one's not showing at all.
http://docs.cacti.net/usertemplate:host ... minigoose1

I really am trying to follow the instructions, but I'm clearly missing a step somewhere.
User avatar
Hipska
Posts: 48
Joined: Tue Oct 09, 2012 2:51 am
Location: Belgium

Re: Official Cacti Repository for Plugins and Templates

Post by Hipska »

Hello,

I made a Data Query and made a page for it, but it doesn't show up at the templates page. Strange thing is that it does show up if you filter on one of the tags, ex: sensors or cisco.

Is there something wrong with the wiki page?
munkey
Posts: 2
Joined: Tue Feb 20, 2018 12:53 pm

Re: Official Cacti Repository for Plugins and Templates

Post by munkey »

Maybe I'm missing something, but has the Templates/Packages page been taken down? I can get to all other parts of docs.cacti.net without issue, but the Templates/Packages page takes forever to load and then is more or less blank when it does.
netniV
Cacti Guru User
Posts: 3440
Joined: Sun Aug 27, 2017 12:05 am

Re: Official Cacti Repository for Plugins and Templates

Post by netniV »

I was about to say it loads just fine for me, but then I clicked on Templates and that took a while. I'll let Rony know abut it.
Cacti Developer & Release Manager
The Cacti Group

Director
BV IT Solutions Ltd

+--------------------------------------------------------------------------+

Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
Chrysalis
Cacti User
Posts: 70
Joined: Fri Sep 19, 2008 10:14 am
Location: UK

Re: Official Cacti Repository for Plugins and Templates

Post by Chrysalis »

munkey wrote: Fri Feb 23, 2018 3:44 pm Maybe I'm missing something, but has the Templates/Packages page been taken down? I can get to all other parts of docs.cacti.net without issue, but the Templates/Packages page takes forever to load and then is more or less blank when it does.
same here its down, is it abandoned?

Code: Select all

An error occurred.
Sorry, the page you are looking for is currently unavailable.
Please try again later.

If you are the system administrator of this resource then you should check the error log for details.

Faithfully yours, nginx.
IS there an alternative location?
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Re: Official Cacti Repository for Plugins and Templates

Post by phalek »

It's working just fine from my end
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Locked

Who is online

Users browsing this forum: No registered users and 1 guest