percona-cacti-templates_1.1.4-1_all.deb package is broken

Bug #1349564 reported by Mischa ter Smitten
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona Monitoring Plugins
Fix Released
Medium
Unassigned

Bug Description

/usr/share/cacti/scripts is not a directory but a file:

# head scripts
#!/usr/bin/env python
"""
Cacti script for polling Amazon RDS stats.

And both ssg_get*.php are missing.

I attached a (possible) fix, but couldn't try it myself.

Revision history for this message
Mischa ter Smitten (mischa-ter-smitten) wrote :
description: updated
description: updated
Revision history for this message
Roman Vynar (roman-vynar) wrote :

Thanks for reporting this.

I have fixed the paths:
-install -m 0644 cacti/scripts/*.php $DEST_DIR/usr/share/cacti/scripts
-install -m 0755 cacti/scripts/*.py $DEST_DIR/usr/share/cacti/scripts
+install -m 0644 cacti/scripts/*.php $DEST_DIR/usr/share/cacti/site/scripts
+install -m 0755 cacti/scripts/*.py $DEST_DIR/usr/share/cacti/site/scripts

The new package percona-cacti-templates_1.1.4-2_all.deb will be pushed asap.

Changed in percona-monitoring-plugins:
status: New → Fix Committed
importance: Undecided → Medium
Changed in percona-monitoring-plugins:
status: Fix Committed → Fix Released
Revision history for this message
Mischa ter Smitten (mischa-ter-smitten) wrote :

It is working now. Thanks

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.