SmokePing Not Working after Install

Bug #1247982 reported by Greg Padberg
32
This bug affects 7 people
Affects Status Importance Assigned to Milestone
smokeping (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

SmokePing seems to install mostly OK but has the following error message:

non-standard Apache configuration or missing apache2ctl, not enabling /etc/smokeping/apache2.conf

Result is that smokeping url has just a 404 Not Found error.
This is on a fresh Ubuntu Server 13.10 (Saucy) on AMD64.

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in smokeping (Ubuntu):
status: New → Confirmed
Revision history for this message
junkken (junkken) wrote :

Instructions for work around/fix:

http://www.gattis.org/Work-and-Tech/service-monitoring-and-security/log-monitoring

# Install smokeping and sendmail (the latter is required to be present because of a smokeping bug)
sudo apt-get install smokeping sendmail

# Link in the smokeping apache config (apache2 was installed above as a req for smokeping)
cd /etc/apache2/conf-available
sudo ln -s ../../smokeping/apache2.conf smokeping.conf

# Enable the config and mod_cgi
sudo a2enconf smokeping
sudo a2enmod cgid

service apache2 reload

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.