Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Monitoring

Once you have grouper installed and the grouper-loader daemon running, you will need to ensure that the service keeps running, and monitor operations within Grouper.

You should set up the daily report which will be generated by the Grouper daemon process. To run it you will need to

  • configure the mail.smtp.server variable in grouper.properties to point to an SMTP server that will accept mail sent to the user will be sent the daily report
  • configure the the mail.from.address parameter in grouper.properties
  • if required bu the SMTP server, also set a username (mail.smtp.user) and password (mail.smtp.pass) in grouper.properties.
  • set the daily.report.quartz.cron parameter in grouper-loader.properties to a valid quartz cron string. Also set the daily.report.emailTo parameter to the address(s) you want the report sent to

The daily report will now be generated as long as the grouper-loader is running.

You will probably also want to monitor some key services:

  • Database availability
  • Daemon running (looked after to a degree by JavaWrapper if you choose the standard or professional versions)
  • UI availability

An external monitoring tool should be used to keep and eye on these an raise alerts if there are interruptions in service.