PgGraphInstall » History » Version 12
Devrim Gunduz, 09/02/2006 01:07 AM
1 | 1 | Devrim Gunduz | 1. login to cmdalert and su - extnagios |
---|---|---|---|
2 | 2 | Devrim Gunduz | |
3 | 1 | Devrim Gunduz | 2. cd /home/web/manage |
4 | 2 | Devrim Gunduz | |
5 | 1 | Devrim Gunduz | 3. cp -rp template newinstalldirectoryname |
6 | 2 | Devrim Gunduz | |
7 | 1 | Devrim Gunduz | 4. cd newinstalldirectoryname/www |
8 | 2 | Devrim Gunduz | |
9 | 1 | Devrim Gunduz | 5. edit stats-allcron and change "template" to the newdirname |
10 | 2 | Devrim Gunduz | |
11 | 3 | Devrim Gunduz | 6. edit pggraphscripts/userindexscript/cron.sh and change "template" to the newdirname |
12 | 2 | Devrim Gunduz | |
13 | 12 | Devrim Gunduz | 8. edit pggraphscripts/cron.sh and change "template" to the newdirname |
14 | 2 | Devrim Gunduz | |
15 | 5 | Devrim Gunduz | 10 . edit pggraphscripts/userindexscript/variables.sh and fill it correctly |
16 | 4 | Devrim Gunduz | |
17 | 11. cp pggraphscripts/userindexscript/variables.sh pggraphscripts/ |
||
18 | |||
19 | 12. Edit pggraphscripts/pggraph.sql and change template. Please use the schema name here to match the variables.sh that we changed in step 10. |
||
20 | |||
21 | 13. cd pggraphscripts/ and run pggraph.sh . Run this file "ONCE". Run chmod 000 after you run this; otherwise you WILL lose previous data |
||
22 | if this file is run again. |
||
23 | |||
24 | This file will gather the information from remote database, create rrds, create .html files, create graphs, create db schema and |
||
25 | initialize it. |
||
26 | |||
27 | 14. createupdatescript.sh |
||
28 | |||
29 | 1 | Devrim Gunduz | This script creates a script named update.sh, which is run every 5 mins by a cron job. |
30 | 5 | Devrim Gunduz | |
31 | 8 | Devrim Gunduz | 15. cd pggraphscripts; sh create-statrrd.sh |
32 | 6 | Devrim Gunduz | |
33 | 1 | Devrim Gunduz | 16. edit index.php at the top location, under www/ |
34 | 9 | Devrim Gunduz | |
35 | 17. run pggraphscripts/userindexscript/userindex.sh |
||
36 | 11 | Devrim Gunduz | |
37 | |||
38 | 10 | Devrim Gunduz | extnagios@www:/home/web/manage/mailwise-sqlgrey/www/pggraphscripts/userindexscript$ sh createmainindex-ui.sh > ../../userindex-uistats.php |
39 | extnagios@www:/home/web/manage/mailwise-sqlgrey/www/pggraphscripts/userindexscript$ sh createmainindex-uixacts.sh > ../../userindex-uixact.php |