Page 4 of 4 FirstFirst ... 234
Results 31 to 33 of 33

Thread: How do I turn on Cacti

  1. #31

    Default

    Quote Originally Posted by rrlanham View Post
    Might take a little while for data to start showing, or set on wrong scale. Assigning ElasticIP after does break Cacti, at least temporarily.

    Richard

    I can find nothing about Cacti in User Guide. any ideas?


    Anatoly

  2. #32
    Join Date
    Dec 2007
    Posts
    25,682

    Default

    I answered your other post with same question

    Richard

  3. #33

    Default

    Another way to enable cacti is in the startup package:

    In startup.xml:
    Code:
                    <RunScript>
                            <Script>scripts/enable_cacti.sh</Script>
                    </RunScript>
    enable_cacti.sh:
    Code:
    #!/bin/sh
    mysql -u root -ppassword < scripts/enable_cacti.sql
    enable_cacti.sql:
    Code:
    update cacti.host set disabled='' where id='2';
    This usually catches is before the elastic IP is set.

    -Ian

Page 4 of 4 FirstFirst ... 234

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •