Project

General

Profile

Actions

PgGraphInstall » History » Revision 15

« Previous | Revision 15/23 (diff) | Next »
Devrim Gunduz, 09/02/2006 01:33 AM


1. login to cmdalert and su - extnagios

2. cd /home/web/manage

3. cp -rp template newinstalldirectoryname

4. cd newinstalldirectoryname/www

5. edit stats-allcron and change "template" to the newdirname

6. edit pggraphscripts/userindexscript/cron.sh and change "template" to the newdirname

7. edit pggraphscripts/cron.sh and change "template" to the newdirname

8 . edit pggraphscripts/userindexscript/variables.sh and fill it correctly

9. cp pggraphscripts/userindexscript/variables.sh pggraphscripts/

10. Edit pggraphscripts/pggraph.sql and change template. Please use the schema name here to match the variables.sh that we changed in step

11. Enable passwordless ssh auth between extnagios user and remote user. Use http://www.linuxproblem.org/art_9.html for help.

13. cd pggraphscripts/ and run pggraph.sh . Run this file "ONCE". Run chmod 000 after you run this; otherwise you WILL lose previous data
if this file is run again.

This file will gather the information from remote database, create rrds, create .html files, create graphs, create db schema and   
initialize it.

14. createupdatescript.sh

This script creates a script named update.sh, which is run every 5 mins by a cron job.

15. cd pggraphscripts/allstats; sh stats-createrrd.sh

16. edit index.php at the top location, under www/

17. cd pggraphscripts/userindexscript/; sh userindex.sh

extnagios@www:/home/web/manage/mailwise-sqlgrey/www/pggraphscripts/userindexscript$ sh createmainindex-ui.sh > ../../userindex-uistats.php
extnagios@www:/home/web/manage/mailwise-sqlgrey/www/pggraphscripts/userindexscript$ sh createmainindex-uixacts.sh > ../../userindex-uixact.php

Updated by Devrim Gunduz almost 18 years ago · 15 revisions