Same symptoms for me.
$config['smokeping']['dir'] = "/var/www/smokeping/data/";
Verified www-data has permissions to these folders and it contains the RRD files.
RRD's in the following format:
host-name_domain_tld.rrd
Can access smokeping webpage directly without issues.
From: Robbie Wright <robbie@siuslawbroadband.commailto:robbie@siuslawbroadband.com> Reply-To: "observium@observium.orgmailto:observium@observium.org" <observium@observium.orgmailto:observium@observium.org> Date: Wednesday, March 12, 2014 at 12:35 PM To: "observium@observium.orgmailto:observium@observium.org" <observium@observium.orgmailto:observium@observium.org> Subject: Re: [Observium] Smokeping tab gone on holiday
/var/lib/smokeping
and it contains RRD files in this format, consistent with the documentation. host-name_domain_tld.rrd
Integration was working great before, something broke in one of the updates.
Robbie Wright Siuslaw Broadbandhttp://siuslawbroadband.com 541-902-5101
**For support issues, please email support@siuslawbroadband.commailto:support@siuslawbroadband.com.**
On Wed, Mar 12, 2014 at 10:20 AM, Adam Armstrong <adama@memetic.orgmailto:adama@memetic.org> wrote: What is the structure of your smokeping rrd directory?
adam.
On 2014-03-12 11:20, Peter Persson wrote: We are on 5101 and do not have this issue...
/Peter
2014-03-12 17:41 GMT+01:00 Robbie Wright <robbie@siuslawbroadband.commailto:robbie@siuslawbroadband.com>: Anyone have any updates on this? Just updated to 5100 and still no Ping tab.
Robbie Wright Siuslaw Broadband 541-902-5101tel:541-902-5101
**For support issues, please email support@siuslawbroadband.com.*mailto:support@siuslawbroadband.com.**
On Sat, Mar 8, 2014 at 6:56 AM, Robbie Wright <robbie@siuslawbroadband.commailto:robbie@siuslawbroadband.com> wrote:
Robert, have the exact same issue. Feb change log shows smokeping improvements so I presumed something happened there. Just hadn't posted about it yet.
On Mar 8, 2014 2:49 AM, "Robert Williams" <Robert@custodiandc.commailto:Robert@custodiandc.com> wrote:
Hi - our Smokeping tab has vanished mysteriously. Not sure exactly when but definitely within the last week. The setting is still there:
$config['smokeping']['dir'] = "/var/lib/smokeping/";
Plus the script which auto-generates the Targets file with the correct formatting is still there also and running ok (extract below):
echo "*** Targets ***\n\nprobe = FPing\n\nmenu = Top\ntitle = Network Latency Grapher\nremark = Welcome to SmokePing\n\n";
$query = mysql_query("SELECT hostname FROM `devices` WHERE `ignore`=0 AND `disabled`=0 ORDER BY hostname");
while ($data = mysql_fetch_array($query)) {
$hostid = str_replace(".","_",$data['hostname']);
$hostname = $data['hostname'];
echo "+ $hostid\n\nhost = $hostname\n\n";
}
Making hosts that look like:
+ sw-msl-pab-52_mastv_local
host = sw-msl-pab-52.mastv.local
So the targets file itself looks good and the Smokeping site is running fine if you browse it directly. The RRDs are all in /var/lib/smokeping/ and we are SVN up'ing daily.
Host names are unchanged and it has been working fine for over a year so I'm lost as to why it would disappear now. It's gone for all hosts as far as I can tell?
I have no idea how to debug it as it's not a poller / discovery thing, so any pointers as to what might be broken please?
Cheers :)
Robert Williams Custodian Data Centre Email: Robert@CustodianDC.commailto:Robert@CustodianDC.com http://www.CustodianDC.com
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium