I answered your other post with same question
Richard
Another way to enable cacti is in the startup package:
In startup.xml:
enable_cacti.sh:Code:<RunScript> <Script>scripts/enable_cacti.sh</Script> </RunScript>
enable_cacti.sql:Code:#!/bin/sh mysql -u root -ppassword < scripts/enable_cacti.sql
This usually catches is before the elastic IP is set.Code:update cacti.host set disabled='' where id='2';
-Ian