For the complete documentation index, see llms.txt. This page is also available as Markdown.

LibreNMS

Connection Requirements

1 - IP

IP address of the LibreNMS host.

2 - Port

Port number (default: 8000).

3 - X-Auth Token

To access any of the token end points you will be required to authenticate using a token. Tokens can be created directly from within the LibreNMS web interface by going to /api-access/.

  1. Click on 'Create API access token'.

  2. Select the user you would like to generate the token for.

  3. Enter an optional description.

  4. Click Create API Token.

Make sure to save your generated API key in a secure location. This key is required for the OctoXLabs integration.

4 - Is Secure?

Choose this if your connection is going to be over HTTPS (default: True).

5 - Timeout

The amount of time (in seconds) to wait for API responses. (default: 30)

6 - Proxy

Proxy URL (optional).

Last updated