Search found 8 matches

by pyuska
Wed May 01, 2002 10:59 am
Forum: Help: Windows Specific
Topic: Various Scripts for Windows NT/2000
Replies: 2
Views: 3920

Yeah, i just found out not too long ago about php supporting com.
I'm gonna re-write then so they are entirely in php.

Any other suggestions?
by pyuska
Wed Apr 17, 2002 6:05 am
Forum: Help: General
Topic: ping function / packet-loss monitoring
Replies: 7
Views: 6067

i am using mrtg-ping-probe to do this.
by pyuska
Wed Apr 17, 2002 6:01 am
Forum: Help: General
Topic: Graph DEF naming bug in 0.6.7 ?
Replies: 2
Views: 1777

Sorry about this. Looks like it is a bug in my script. the dsname for the parent is blank in the db. for some reason SyncDataSourceName is failing when i add a new entry to rrd_ds.
by pyuska
Mon Apr 15, 2002 10:53 am
Forum: Help: General
Topic: Graph DEF naming bug in 0.6.7 ?
Replies: 2
Views: 1777

Graph DEF naming bug in 0.6.7 ?

It appears that when using a DS with multiple inputs, if the name of the parent data source is less than the maximum allowable DS name, the DEF generated when the graph is rendered is incorrect. This results in graphs that do not display.
by pyuska
Mon Mar 25, 2002 3:40 pm
Forum: Help: General
Topic: pseudo probe for cacti
Replies: 1
Views: 1882

pseudo probe for cacti

Using the collection patch from an earlier post, i've been able to build a probe for cacti. I'm still running 0.6.5 on NT so i don't know if this will work with 0.6.6. What i did was this. Installed all the binaries (php, perl, ucd-snmp, rrdtool, mysql) on one drive D: in my case, then installed cac...
by pyuska
Wed Feb 27, 2002 5:58 pm
Forum: Help: General
Topic: cacti scalability (was cacti performance considerations)
Replies: 35
Views: 26655

On 2002-02-25 17:07, drub wrote: I really like pyuska's solution, I am gonna try recombiming all of my data sources to one install of cacti, then I can add as many threads as needed, and do a little balancing based on the processes. looks cool I am gonna try this out You'll be able to change the co...
by pyuska
Fri Feb 22, 2002 8:13 am
Forum: Help: General
Topic: cacti scalability (was cacti performance considerations)
Replies: 35
Views: 26655

Great! It looks as though data.php could be modified to permit this selection through the console, i'll give that a shot next. Oh yeah did i mention what a great tool this is? It is, thanks for your effort!
by pyuska
Thu Feb 21, 2002 7:29 pm
Forum: Help: General
Topic: cacti scalability (was cacti performance considerations)
Replies: 35
Views: 26655

I was able to extend cacti to support multiple cmd.php instances. Granted i haven't tested it very well. Perhaps someone more familiar with the code could stamp their approval. It was actually quite easy, what i did was add a column to rrd_ds which i called collection, modified the cmd.php to accept...