Search found 16 matches

by maxstoner
Fri Sep 18, 2009 3:45 am
Forum: Scripts and Templates
Topic: Cisco CBWFQ - PHP Script Server
Replies: 21
Views: 16468

Jays Problem

Hello Jay, To run the command out of script server you must pass the function name after the script path. That is be done by cacti for you when calling the script server out of cacti. Must be something like that: - SPINE: Poller[0] Host[66] DS[3452] SS[0] SERVER: /usr/local/nms/applications/cacti/sc...
by maxstoner
Tue Jul 07, 2009 10:51 am
Forum: Scripts and Templates
Topic: Cisco CBWFQ - PHP Script Server
Replies: 21
Views: 16468

sorry, can't test the export. Included date_query_export now. Hope that's all.
by maxstoner
Tue Jul 07, 2009 4:25 am
Forum: Scripts and Templates
Topic: Cisco CBWFQ - PHP Script Server
Replies: 21
Views: 16468

needed Files

Import cacti_graph_template_cisco_-_cbwfq_statistics.xml and cacti_data_query_cisco_-_cbwfq_statistics.xml to cacti. It is exported in version 0.8.7b.
Copy cisco.cbwfq.xml to <cacti>/resource/script_server/
and ss_cisco_cbwfq.php to <cacti>/scripts/

Max
by maxstoner
Tue Jul 07, 2009 4:11 am
Forum: Scripts and Templates
Topic: Cisco CBWFQ - PHP Script Server
Replies: 21
Views: 16468

Cisco CBWFQ - PHP Script Server

Hello, We used the original Cisco CBWFQ Scipts from this topic: http://forums.cacti.net/viewtopic.php?t=7401 But we had some performance impacts when using this script on our servers. For my opinion this is because of using script/command and the script itself is doing 4 snmpwalks whenever requestin...
by maxstoner
Tue Jul 07, 2009 3:57 am
Forum: Scripts and Templates
Topic: Cisco CBWFQ monitoring
Replies: 134
Views: 260287

MIBS needed

Hi, You need this MIBs here: "config" => ".1.3.6.1.4.1.9.9.166.1.7.1.1.1", # list of all configured QoS classes "config_index" => ".1.3.6.1.4.1.9.9.166.1.5.1.1.2", # cbQosConfigIndex "int_index" => ".1.3.6.1.4.1.9.9.166.1.1.1.1.4", # cbQosI...
by maxstoner
Thu Jun 18, 2009 2:01 pm
Forum: Help: General
Topic: Perl Script-Server Example
Replies: 2
Views: 946

Example wanted

No one who has ever used Perl Script server? If so, PLEASE post an example.
Thx Max
by maxstoner
Wed Jun 17, 2009 3:31 am
Forum: Help: General
Topic: Perl Script-Server Example
Replies: 2
Views: 946

Perl Script-Server Example

Hello, Due to problems with data query methode "script data (indexed)" I had to migrate some scripts to "script server date (indexed)". This worked fine for all php scripts as there is some kind of documentation. But now I have to migrate one perl script and I can not find any he...
by maxstoner
Mon Apr 27, 2009 3:23 am
Forum: Help: Linux/Unix Specific
Topic: Spine and localhost problem
Replies: 1
Views: 826

Spine and localhost problem

Hi, We are running several cacti servers with Version 0.8.7b on RH Enterprise 5. All of our servers have the same problem. When we delete the original device: "localhost" and add a new "localhost" to cacti this is never polled by spine. Localhost seems to be correct in the poller...
by maxstoner
Mon Jan 19, 2009 9:54 am
Forum: Scripts and Templates
Topic: Cisco cpus and memory pools -- update November 11, 2010
Replies: 78
Views: 58705

Description Bug

Hi,
I think I found out why the CPU description is not working any more:

Code: Select all

change line 277 from: 
$oid[1][1] . $cmdoutput[$cmdoutputcount][1],
to:
$oid[1][1] . "." . $cmdoutput[$cmdoutputcount][1],
Then for me Interface Description works fine again.
by maxstoner
Mon Oct 30, 2006 5:08 am
Forum: Scripts and Templates
Topic: Cisco - Riverhead DDos Guard
Replies: 3
Views: 12597

hi,
Do you use the guard in learing or in learning and protecting / protecting mode?
You must enable any kind of protecting mode to see any SNMP counters. Otherwise the Guard does not increase the counters.
Hope that helps.
Best regards
Max
by maxstoner
Thu Apr 06, 2006 6:47 am
Forum: Scripts and Templates
Topic: Cisco - Riverhead DDos Guard
Replies: 3
Views: 12597

Cisco - Riverhead DDos Guard

Hello, I have a template for Cisco DDos Guard. Script is using SNMP_indexes like Rouer Interfaces. Every Guard Zone is an index. To install: copy riverhead.xml to /usr/share/cacti/resource/snmp_queries folder and import the other file to cacti. Tested version is Cacti 0.8.6g and Guard version 5.1.4....
by maxstoner
Mon Apr 03, 2006 8:12 am
Forum: Help: General
Topic: no login required
Replies: 1
Views: 957

no login required

Hi,
I would like to call some php sides out of an other webserver. Is it possible to make an exception for authentication to cacti login for a specific source IP address?
Where do I have to do that?

Thanks very much
Max
by maxstoner
Thu Feb 09, 2006 3:24 am
Forum: Help: General
Topic: SNMP Scripting
Replies: 4
Views: 1671

Just one last question.
Of course in my scripts it is necessary to call the parameter in the correct order.
Is there any description what that order will be out of cacti?

Thanks Markus
by maxstoner
Tue Feb 07, 2006 4:44 pm
Forum: Help: General
Topic: SNMP Scripting
Replies: 4
Views: 1671

hi,

does that mean, that i can choose what is passed to my script?

per examle:
if you need arg_index say "index" and so on?!

<arg_index>index</arg_index>
<arg_query>query</arg_query>
<arg_get>get</arg_get>
by maxstoner
Tue Feb 07, 2006 2:48 pm
Forum: Help: General
Topic: SNMP Scripting
Replies: 4
Views: 1671

SNMP Scripting

Hi, I have some questions regarding SNMP queries out of a script . Per example when cacti queries for a router's interfaces. What is being sent to a script that should find all interfaces at the router? Is it correct, that cacti sends something like host_name "query" Are there any further ...