Versions Compared

Key

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

...

Download and Installation of the Plugins

Download

Two Four Plugins are available for download:

Installation

Copy the files to the plugin directory of your System Monitor installation.

...

Parameter

 

Default

Description

-j--joc-urlUrl of JOC Cockpit (http or https are supported)
-i--idId of a JobScheduler IdCluster
-a--accountAccount for HTTP authentication to JOC Cockpit (=<user:password>)

-H

--hostname

Name or IP address of the host (homer) on which JobScheduler is runninga JobScheduler Master host. Only required in a Cluster otherwise Id is uniqueto check a specific cluster member

-p

--port

HTTP port that JobScheduler listens to (40444). Only required in a Cluster otherwise Id is uniqueto check a specific cluster member

-t

--timeout

30s

Timeout for establishing the connection to JOC Cockpit

-d--detailed

If set and the Cluster has more than one Master and not all Masters are running then the message contains host:port of each Master

Example:

Code Block
languagebash
titleExample Active Check for JobScheduler Master with JOC Cockpit
#JobScheduler running with the id 'test' and JOC Cockpit has the url http://localhost:4446 where the account (user and password 'test') has access
 
<path_to_plugins>/check_jobscheduler_with_joc.pl -j http://localhost:4446 -i test -a test:test

...