Search found 10 matches

by glista
Tue Jun 24, 2008 1:16 am
Forum: Help: General
Topic: 10 Gigabit Ethernet shows as speed 4294967295
Replies: 60
Views: 55070

or Add lines in file »cacti/resource/interfaces.xml« these lines after </ifSpeed>: … </ifSpeed> <ifHighSpeed> <name>HighSpeed</name> <method>walk</method> <source>value</source> <direction>input</direction> <oid>.1.3.6.1.2.1.31.1.1.1.15</oid> </ifHighSpeed> ….. In menu Data Queries: Go to: SNMP Inte...
by glista
Thu Apr 03, 2008 6:34 am
Forum: Scripts and Templates
Topic: Juniper/Netscreen ScreenOS 5.3 Policy Counters
Replies: 6
Views: 19161

Hi

I was having problems to work with cacti 0.8.7b. So i patched this template.
Now works fine
by glista
Tue Jan 08, 2008 11:48 am
Forum: Help: Linux/Unix Specific
Topic: 0.8.7 Spine Buffer Overflow
Replies: 49
Views: 41897

Hello, spine SVN (20080108) is also crashing on CentOS4.6 (latest updates, etc.). [root@ozebnik bin]# ./spine --verbosity=4 36 36 SPINE: Version 0.8.7c starting 01/08/2008 05:43:30 PM - SPINE: Poller[0] Host[36] SNMP Result: Host responded to SNMP 01/08/2008 05:43:30 PM - SPINE: Poller[0] Host[36] D...
by glista
Mon Jun 11, 2007 8:15 am
Forum: Scripts and Templates
Topic: Quick and dirty script to add devices to cacti
Replies: 139
Views: 220386

Cacti SOAP Client for adding multiple hosts, graphs, trees

SOAP adding multiple graphs manual Before we can use soap client make sure that the soap server for cacti is installed and configured. Soap client installation instructions: 1. Use PHP 5.x (with SOAP support) 2. Extract files from “cacti-import.zip” 3. Open the command line interface and got to the ...
by glista
Tue May 29, 2007 8:36 am
Forum: Feature Requests
Topic: SOAP for cacti
Replies: 9
Views: 9394

SOAP for Cacti Version 0.8.7b

Cacti Soap-server: http://forums.cacti.net/download.php?id=12098 Cacti Soap-client for adding graphs, devices, trees: http://forums.cacti.net/download.php?id=12097 Tools for adding multiple hosts, graphs, trees via Cacti SOAP calls also for migrating from MRTG to Cacti: http://forums.cacti.net/downl...
by glista
Mon May 28, 2007 6:32 am
Forum: Scripts and Templates
Topic: Quick and dirty script to add devices to cacti
Replies: 139
Views: 220386

SOAP for Cacti Version 0.8.7a

Please find attached a sample script for automated insertion of graphs (via SOAP). Installation instructions:: SERVER: 1. Use PHP 5.x (with SOAP support) and Cacti Version 0.8.7a 2. Extract files from “soap-server.zip” 3. Place “soap_service.php” file into your Cacti installation directory 4. Place ...
by glista
Fri May 25, 2007 5:52 am
Forum: Scripts and Templates
Topic: Quick and dirty script to add devices to cacti
Replies: 139
Views: 220386

It would be very nice if this script could make it into official Cacti distribution becouse of the future compatibility. A nice approch might be to seperate the work API functions from the GUI.
by glista
Wed Apr 11, 2007 5:07 am
Forum: Scripts and Templates
Topic: Quick and dirty script to add devices to cacti
Replies: 139
Views: 220386

Here is sample to use command line data_input_cmd.php UI: C:\cacti>php data_input_cmd.php --type method --do add --name TestMethod --inputType scriptcommand --inputString c:/phptest/random2.pl Method Created - method-id: (33) #set --methodID 33 C:\cacti>php data_input_cmd.php --type output --do add ...
by glista
Wed Apr 11, 2007 2:08 am
Forum: Scripts and Templates
Topic: Quick and dirty script to add devices to cacti
Replies: 139
Views: 220386

We needed a mechanism for automaticly (using scripts) adding alot of data sources and graphs to cacti. So I've implemented an additional data input method (data_input.php). The changes also add data validation in database functions. The mechanism works like a black-box but requires PHP4. It works wi...
by glista
Wed Mar 21, 2007 7:23 am
Forum: Feature Requests
Topic: SOAP for cacti
Replies: 9
Views: 9394

SOAP for cacti

We are interested in implementing SOAP service in Cacti. Mostly to automate adding a lot of data input methods, graphs, devices, trees... via SOAP. Given the maintenance issues, do you think it is prudent to try and use the Model-View-Control concept of web application?