Search found 6 matches

by Tishlar
Fri May 18, 2007 3:25 am
Forum: Help: General
Topic: rrd_fetch() segmentation fault
Replies: 0
Views: 795

rrd_fetch() segmentation fault

Hi!

I have stumbled upon a strange problem. I am using rrdtool php extension and i get segmentation fault when calling: "php myscript.php" from command line.

But when i run php script within a browser, everything goes well. Any idea how to fix this?

Thanks!
by Tishlar
Sat Feb 03, 2007 12:39 am
Forum: Help: General
Topic: Addressing specific graphs
Replies: 1
Views: 627

Addressing specific graphs

How can i access all graphs of a certain type with a php script? For instance, if i wanted to export all graphs with ping template, by what key can i access them with my script?
by Tishlar
Sat Jan 20, 2007 2:42 am
Forum: Plugin General
Topic: Report plugin ''ReportIt" - v0.7.5a (released 23/12/11)
Replies: 993
Views: 660501

Hi! Nice plugin. I was wondering, what do i have to do to expand the list for types of data source (only 6 now: CPU, Network Interfaces...), for example, if i wanted reports for RAM usage? Was looking at the cc_templates.php and mysql tables that reportit uses, but i cant figure out how to specify w...
by Tishlar
Mon Nov 27, 2006 8:22 am
Forum: Help: General
Topic: No data from poller
Replies: 2
Views: 796

I read the how-to and it appeared to be a permission problem.
Fixed it, thanks.
by Tishlar
Sat Nov 25, 2006 1:38 am
Forum: Help: General
Topic: No rrd created
Replies: 1
Views: 927

No rrd created

I created a new graph template, but it works on some devices, but not on all. When i check graph debug on the ones that dont work, i see there was no rrd file created, although it said they were created successfully after applying them. How can i fix this?
by Tishlar
Sat Nov 25, 2006 1:33 am
Forum: Help: General
Topic: No data from poller
Replies: 2
Views: 796

No data from poller

I wrote my own prerl script which i use to pass data to cacti.
When poller runs the script ite gets no data after the fields:
field1: field2: field3:

However, when i run the same command myself, i get
field1:12 field2:35 field3:46.

What am i doing wrong? Any ideas?

Thanks