Search found 9 matches

by Nexus_man
Tue Jul 20, 2004 5:48 am
Forum: Feature Requests
Topic: Writing your own graphing "methods"
Replies: 1
Views: 1629

Writing your own graphing "methods"

When you are creatign new graphs in the graph management window and then you start to fill in all the details title, width etc. With these there could be a button that would allow you to write the graping parameters as text just like when you have to tell RRDTool what kind of graphs you would like i...
by Nexus_man
Thu Jun 17, 2004 11:30 pm
Forum: Help: General
Topic: cmd.php error : No such file or directory
Replies: 2
Views: 798

Yes it is written like that <?php
my friend thought that cmd.php was trying to run the php script as a perl script, but i dont know ?

Update !

I added this to the beginning of the php file and it started to work
#!/usr/local/bin/php --

Yayyy everything works ! :)
by Nexus_man
Thu Jun 17, 2004 3:43 am
Forum: Help: General
Topic: cmd.php error : No such file or directory
Replies: 2
Views: 798

cmd.php error : No such file or directory

In data input methods i define this as the scripts path : /var/www/progma/scripts/magenta/espinno-gw1/xxx.php This path works in linux shell, and i can find the file from that path. cmd.php also gives weird command not found, syntax error near unexpected token `"db.php"' and MULTI command:...
by Nexus_man
Thu Jun 17, 2004 2:11 am
Forum: Help: General
Topic: Updating rrd's structure
Replies: 0
Views: 581

Updating rrd's structure

Is it possible to update rrd's from cacti ? Because cacti's in datasources view debugger show that my rrd has 5 rd's, but rrdtool info says there are onyl 1. Samething is happening when i try to make a grahp out of the same rrd, "no DS called 'xxx....' in 'xxxxx.rrd'. Should i just manually des...
by Nexus_man
Wed Jun 16, 2004 1:38 am
Forum: Help: General
Topic: rrd:s not created ?
Replies: 2
Views: 989

Thanks, ill see if that helps.
by Nexus_man
Tue Jun 15, 2004 6:41 am
Forum: Help: General
Topic: rrd:s not created ?
Replies: 2
Views: 989

rrd:s not created ?

I found the Simplest way to fo from script to graph, but when i go to the graph management and try to add a graph item cacti says this: RRDTool Says: ERROR: opening '/var/www/progma/rra/random_number_2_11.rrd': No such file or directory When i create the file by hand it doesnt give any problems, i t...
by Nexus_man
Mon Jun 14, 2004 5:26 am
Forum: Feature Requests
Topic: Cacti Wizard
Replies: 0
Views: 1448

Cacti Wizard

There should be a some sort of an Cacti Wizard, that would ask the user qeustions about what he wants to do and then the program would do it. This would be great because at the moment it is much easier to get graphs straight from rrd-tool than from cacti (imho). Actually i have only been testing out...
by Nexus_man
Mon Jun 14, 2004 4:43 am
Forum: Help: General
Topic: Retrieving data from mysql
Replies: 0
Views: 497

Retrieving data from mysql

Hello I have a large mysql database filled with data that i need to transfer to cacti. As i recall you cant put older data into rrd-tools database then the date or seconds it was created, so how can i tell the cacti to create a database that is older then the data in the mysql database ? More questi...