Skip to main content
Common Reference

The zabbix_tungsten_services Command

The zabbix_tungsten_services command provides a simple check to confirm whether configured services are currently running. The command must be executed with a command-line option specifying which services should be checked and confirmed.

Usage
zabbix_tungsten_services [option]

Where:

OptionDescriptionProduct
-cCheck the Connector service status.CT
-hShow help text.CTTR
-rCheck the replication services status.CTTR

The command outputs a 0 (True) or 1 (False) Status

note

The zabbix_tungsten_services only confirms that the services and processes are running; their state is not confirmed. To check state with a similar interface, use the zabbix_tungsten_online command.

To check the services:

  • To check the replicator services (This will also include the manager within Tungsten Clustering):
    shell> zabbix_tungsten_services -r
    0
  • To check the connector services:
    shell> zabbix_tungsten_services -c
    0