Page 1 of 1
SYSPREF variable needs to be set to collect sys data in v2?
Posted:
Thu Sep 14, 2006 12:34 pm
by kchung
mflorell wrote:server performance is not on by default. You need to change the SYSPERF variable to "1" at the top of the AST_update.pl script for it to start collecting system stats.
Let us know how it goes when you run in production.
Is this still the default behavior for v2?
Posted:
Thu Sep 14, 2006 12:40 pm
by mflorell
Nope, this is now a servers table setting, changable in the astguiclient/admin.php servers section.
Posted:
Mon Oct 16, 2006 6:03 pm
by kchung
Manager manual, page 47 doesn't mention this can be done via web interface.
Posted:
Mon Oct 16, 2006 6:07 pm
by kchung
Also, AST_update.pl assumes that cat is at /usr/bin/cat (CentOS 4.3)
If your cat isn't there, you can temporarily fix this by creating an alias:
- Code: Select all
ln /real/location/of/cat /usr/bin/cat
Posted:
Tue Oct 17, 2006 12:17 am
by mflorell
in SVN 2-X this has changed so that AST_update.pl will check a few standard places for scripts like cat, free and ps so that you don't have to alter the script.