/
Remote Collector Node Management
Remote Collector Node Management
Procedure
It is possible to control the collector by a procedure performed by the Machbase server.
INSERT_COLLECTOR_SOURCE
You can use the Insert_collector_source procedure to send configuration files to the collector running on the remote server.
EXECUTE INSERT_COLLECTOR_SOURCE ("manager_name", "path", "context");
The meaning of each parameter is as follows.
- manager_name: the name of the Collector manager to transfer the file to
- path: the pathname of the file to transfer
- context: the contents of the file
If the file already exists on the remote server, the original file is changed to Filaname.bak
RENAME_COLLECTORMANAGER
This is the procedure to change the name of the already registered collector manager.
EXECUTE RENAME_COLLECTORMANAGER ("old_name", "new_name");
Related content
Remote Collector Node Management
Remote Collector Node Management
More like this
MACHCOLLECTORADMIN
MACHCOLLECTORADMIN
More like this
MACHCOLLECTORADMIN
MACHCOLLECTORADMIN
More like this
MACHCOLLECTORADMIN
MACHCOLLECTORADMIN
More like this
Creating Collector
Creating Collector
More like this
Creating Collector
Creating Collector
More like this