GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TORRUS_NODEID(1) torrus TORRUS_NODEID(1)

nodeid - Torrus utility

torrus nodeid --tree=TREENAME --cmd=CMD options...

This command provides a way to integrate Torrus with external OSS systems. It operates with nodeid, a unique identifier for Torrus datasource subtrees and leaves.

The command prints the data on the standard output in JSON data format.

--tree=TREE
[Mandatory] Defines the datasouerce tree.
--cmd=CMD
[Mandatory] Defines the action command. The following commands are supported:
  • info

    Prints information about the nodeid. Requires --nodeid.

  • search

    Performs a prefix or substring search on node IDs and prints the results. Requires --prefix or --substring.

  • render

    Renders a specified datasource node and prints the resulting MIME type and the file name. Requires --nodeid and --view. Optional --out defines a file name to copy the output to.

--nodeid=NODEID
Specifies the Node ID string for the commands info and render.
--details
Toggles verbose output for the commands info and search.
--prefix=STR
Specifies the prefix search string for the command search.
--substring=STR
Specifies the search substring for the command search.
--view=VIEW
Specifies the view name for the command render. The following views are defined by standard Torrus XML files and render a PNG graph: "short", "last24h-small", "last24h", "lastweek", "lastmonth", "lastyear". The following views are printing the datasource value in a text format: "rrd-print-daily", "rrd-print-last".
--out=FILE
If defined, instructs the utility to copy the rendered data into a specified file. Otherwise the file is created in the standard renderer's cache directory.
--help
Displays a help message.

torrus(1)

See more documentation at Torrus home page: http://torrus.org

Stanislav Sinyagin <ssinyagin@k-open.com>
2022-06-08 torrus 2.09

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.