Search found 7 matches

by barzog
Wed Jul 18, 2012 3:43 am
Forum: Scripts and Templates
Topic: icecast statistic
Replies: 21
Views: 47918

Re: icecast statistic

For this to work string: $sp_data = ereg_replace("^.*<icestats", "<icestats", $sp_data); must be replaced with $sp_data = preg_replace("/^.*<icestats/s", "<icestats", $sp_data);
by barzog
Fri Aug 27, 2010 3:52 am
Forum: Help: Linux/Unix Specific
Topic: FREEBSD CPU Graphs are wrong
Replies: 16
Views: 30155

Any news on that? Have the same issue with bsnmpd/bsnmp-ucd.
by barzog
Fri Aug 22, 2003 9:21 am
Forum: Help: Linux/Unix Specific
Topic: ignoring session_start()
Replies: 5
Views: 7096

Works perfectly. Thanks.
by barzog
Mon Jul 14, 2003 8:11 am
Forum: Help: Linux/Unix Specific
Topic: error running cmd.php:: php4 /usr/share/cacti/cmd.php
Replies: 4
Views: 5720

error running cmd.php:: php4 /usr/share/cacti/cmd.php

This happens with 4.2.2 and 4.3.1rc1 with and without snmp support. Upgrade to 0.8.2a does not solve problem. Any suggestions?
by barzog
Mon Jun 30, 2003 8:59 am
Forum: Help: Linux/Unix Specific
Topic: ignoring session_start()
Replies: 5
Views: 7096

ignoring session_start()

After upgrading from 0.6.8a to 0.8.1 I constantly see following notice when viewing graphs: Notice: A session had already been started - ignoring session_start() in /usr/local/www/data/cacti-new/include/top_graph_header.php on line 33
how can I fix this?
by barzog
Wed Apr 17, 2002 1:36 am
Forum: Help: General
Topic: data comes, but graphics are blank
Replies: 18
Views: 24611

still no graphs:(

I've tried all the above and on one of my graphics there is still no data:( In log files I see following: 04/17/2002 10:55 AM - CMD: /usr/local/bin/rrdtool create /usr/local/www/data/cacti/rra/albatros-var.rrd \ DS:albatros-var:ABSOLUTE:600:0:1000 \ It seems that not all cmd string passed to create ...
by barzog
Fri Feb 01, 2002 4:55 am
Forum: Help: General
Topic: cacti/rrd script gathering problem
Replies: 0
Views: 3273

I created simple data input script to monitor free space on servers (df /|tail -1|awk '{print $4}') but in logs I see that data pulled in rrd is multiplied by two(i.e. in log CMD: /usr/local/bin/rrdtool update /usr/local/www/data/cacti/rra/albatrosROOT.rrd N:5039424 but real data is 5039424/2). What...