tellki-agent
Version:
The monitoring agent for Tellki - an IT monitoring and management cloud service.
26 lines (18 loc) • 996 B
Markdown

Tellki Agent is a component used by tellki.com to execute instructions, actions and gather metrics on the server.
Uses Websocket (WSS) to comunicate between the client server and the Tellki Agent controller.
Can be installed through npm.
```
npm install -g tellki-agent
```
* use -g for global installation
To start your agent you need to create and account on https://tellki.com a receive the activation key.
Start the agent using the following instruction
```
tellkiagent-setup -install -key {KEY} [-tags {tag1,tag2,...} -uuid {AGENT_UUID}]
```
* replace {KEY} with the correct key
* -tags : Allows the Tellki Agent to auto-start monitoring with the (monitors) tags indicated for faster deployment.
* -uuid : Allows the Tellki Agent to auto-start with a previously configuration, usefully for restore operations.
**For more information just visit https://tellki.com**
**For support visit http://support.tellki.com/**