8.38. The zabbix_tungsten_online Command

The zabbix_tungsten_online command checks whether all the services for a given service and host are online and running.

Table 8.59. zabbix_tungsten_online Options

OptionDescription
-dDebug mode (enables verbose mode also)
-hDisplay the help text
-portRMI port for the replicator being checked
-sSpecify the service you would like to check (default: all available services)
-vVerbose mode.

The command outputs a 0 (True) or a 1 (False) status.

For example:

shell> zabbix_tungsten_online
0

If you have multiple services installed, use the -s to specify the service:

shell> zabbix_tungsten_online -s alpha
0