|
|
| Author |
Message |
etijburg
Joined: 20 Jul 2006 Posts: 5 Location: Plano, TX
|
Posted: Thu Jul 20, 2006 4:37 pm Post subject: Barracuda Spam Firewall Templates |
|
|
Here are some Barracuda Spam Firewall templates that we have been using. I have these running against 4 of these appliances on 2 different Cacti servers.
| Description: |
|
 Download |
| Filename: |
Barracuda.zip |
| Filesize: |
22.15 KB |
| Downloaded: |
2204 Time(s) |
|
|
| Back to top |
|
 |
Imadiff
Joined: 21 Jul 2006 Posts: 3 Location: Paris 13
|
Posted: Fri Jul 21, 2006 7:24 am Post subject: |
|
|
Hi,
Thanks for your template.
But i have a problem during import the template.
In fact i have the error : XML : Hash version does not exist.
i do the modification in config_array.php and add this :
$hash_version_codes = array(
"0.8.4" => "0000",
"0.8.5" => "0001",
"0.8.5a" => "0002",
"0.8.6" => "0003",
"0.8.6a" => "0004",
"0.8.6b" => "0005",
"0.8.6c" => "0006",
"0.8.6d" => "0007",
"0.8.6e" => "0008",
"0.8.6f" => "0009",
"0.8.6g" => "0010"
);
But nothing !
My version of cacti is 0.8.6g.
Thanks for your help
|
|
| Back to top |
|
 |
etijburg
Joined: 20 Jul 2006 Posts: 5 Location: Plano, TX
|
Posted: Fri Jul 21, 2006 8:30 am Post subject: |
|
|
| These were exported by 0.8.6h Build 42
|
|
| Back to top |
|
 |
Imadiff
Joined: 21 Jul 2006 Posts: 3 Location: Paris 13
|
Posted: Fri Jul 21, 2006 8:37 am Post subject: |
|
|
| etijburg wrote: | | These were exported by 0.8.6h Build 42 |
Thanks
I try to updrage my cacti
|
|
| Back to top |
|
 |
Imadiff
Joined: 21 Jul 2006 Posts: 3 Location: Paris 13
|
Posted: Fri Jul 21, 2006 10:54 am Post subject: |
|
|
On Debian the version of cacti is 0.8.6c. :/
Can you change the template just for me
|
|
| Back to top |
|
 |
etijburg
Joined: 20 Jul 2006 Posts: 5 Location: Plano, TX
|
Posted: Fri Jul 21, 2006 10:56 am Post subject: |
|
|
| Not sure how to do that for you. I have just recently started making my own templates. I create them on our Dev box and get them working the way I want them too. Export them. and then import them to our production box.
|
|
| Back to top |
|
 |
MrKeith
Joined: 06 Oct 2006 Posts: 6
|
Posted: Fri Oct 06, 2006 2:45 pm Post subject: |
|
|
| Dumb question but how do I enable SNMP on my Barracuda? I've looked and can't seem to find it.
|
|
| Back to top |
|
 |
high.pointe
Joined: 13 Oct 2006 Posts: 3
|
Posted: Mon Oct 23, 2006 5:11 pm Post subject: SNMP on Barracuda |
|
|
| It depends on your model of Barracuda. What is your model number?
|
|
| Back to top |
|
 |
wwolkers
Joined: 14 Sep 2006 Posts: 24
|
Posted: Tue Oct 24, 2006 4:34 am Post subject: |
|
|
there's another template on the forums, which doesn't require the use of SNMP on the barracuda, it uses the XML file from the barracuda.
only problem with that is that the system temperature isn't working
that's a problem with the XML from the Barracuda though, not a template or cacti issue. It's already been reported to Barracuda.
|
|
| Back to top |
|
 |
cpt_ahab Cacti User
Joined: 01 Feb 2005 Posts: 60
|
Posted: Wed Oct 25, 2006 5:24 am Post subject: ... |
|
|
here is the thread for barracudas without snmp.
http://forums.cacti.net/viewtopic.php?t=16580
as wwolkers said the xml is reporting wrong numbers for the sys_temp.
but the total performance and the firmware storage work...
edit: cpu_temp _works now --> look in the thread
l
greez ahab
|
|
| Back to top |
|
 |
mcleveland
Joined: 15 Dec 2006 Posts: 7
|
Posted: Fri Dec 15, 2006 7:16 pm Post subject: HELP WITH BARRACUDA |
|
|
| Ok i am new to cacti and i was wondering if someone would help me get data from my Barracuda 300. It seems like it does not have snmp capability and i need to run a script. can someone please help. THANKS
|
|
| Back to top |
|
 |
cpdans
Joined: 28 Oct 2002 Posts: 43
|
Posted: Fri Jan 12, 2007 3:13 pm Post subject: Problem importing template |
|
|
| I am having a problem importing the cacti_host_template_barracuda_spam_firewall.xml template file. It is like it is to big or something. It sits for a minute or two and then goes to a blank page. Any ideas would be great, the other three xml files imported fine.
|
|
| Back to top |
|
 |
mcleveland
Joined: 15 Dec 2006 Posts: 7
|
Posted: Fri Jan 12, 2007 3:14 pm Post subject: |
|
|
| open up the xml file and copy the text, then paste what you copied into cacti and inport it that way. Worked for me
|
|
| Back to top |
|
 |
cpdans
Joined: 28 Oct 2002 Posts: 43
|
Posted: Fri Jan 12, 2007 3:19 pm Post subject: |
|
|
| I tried that too...same issue.
|
|
| Back to top |
|
 |
cpdans
Joined: 28 Oct 2002 Posts: 43
|
Posted: Fri Jan 12, 2007 3:50 pm Post subject: |
|
|
I got it to work by increasing the php timeout. I added the following to line 2 of the template_import.php file.
set_time_limit(0);
|
|
| Back to top |
|
 |
|