How frequently should I run?
my $frequency = "developing"; # ..."running" (standard), "testing" (more frequently) # or "developing" (absurdly often)... my $utils = Utils->new("LINUX"); # ...as of 2006 March 14, "LINUX" or "SOLARIS7"...
Configure the log files associated with these streams, disk-buffer size, and location of these logs and buffers.
The set of Base Modules is intended to be stable — unedited, so all configuration is done through BaseModsConfig.pm.
(Settings in BaseModsConfig.pm override those in individual Base Modules, which in turn override any settings inherited from Module_Template.pm.)
Where Mon_Messages.pm instances are configured — define all required fields in a hash-reference and ensure its added to the list $self->{MON_MESS_INSTANCES}.
These should be configured by editing the appropriate module directly, e.g., _Modules_Local/Mon_SGE.pm.
This modules acts as an OS-abstraction layer and may need configuring for your OS. As of 2006/March/14 Linux and Solaris 7 should work.
...previous | up (conts) | next... |