IasMonitor

org.eso.ias.monitor.IasMonitor
See theIasMonitor companion class
object IasMonitor

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IasMonitor.type

Members list

Value members

Concrete methods

def main(args: Array[String]): Unit

Entry point of the monitor tool

Entry point of the monitor tool

Value parameters

args

command line args

Attributes

def parseCommandLine(args: Array[String]): (Option[String], Option[String], Option[LogLevelDao], Option[String])

Parse the command line.

Parse the command line.

If help is requested, prints the message and exits.

Value parameters

args

The params read from the command line

Attributes

Returns

a tuple with the Id of the monitor, the path of the cdb and the log level dao

Concrete fields

val cmdLineSyntax: String

Build the usage message

Build the usage message

Attributes

val logger: Logger

The logger

The logger

Attributes