Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you want to run the opHA transfers immediately after an NMIS collect, we recommend that you add the wget line to your NMIS cron schedule, for example like this:

Code Block
######################################################
# NMIS8 Config
######################################################
# Run Statistics Collection 
*/5 * * * * /usr/local/nmis8/bin/nmis.pl type=collect mthread=true maxthreads=10; wget -q http://localhost:8042/omk/opHA/servers/all/push -O/dev/null
# so add   ; wget -q http://localhost:8042/omk/opHA/servers/all/push -O/dev/null

Alternatively, if you use NMIS 8.5.6G or newer you can use its use the plugin system to hook into the post-collect phase and execute Perl code of your choice then.

...