You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`stephen@librenms:~$ sudo systemctl status rrdrest
● rrdrest.service
Loaded: loaded (/lib/systemd/system/rrdrest.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2023-04-02 11:52:32 AEST; 2min 2s ago
Main PID: 29832 (uvicorn)
Tasks: 5 (limit: 4636)
Memory: 11.8M
CGroup: /system.slice/rrdrest.service
└─29832 /usr/bin/python3 /usr/local/bin/uvicorn rrdrest:rrd_rest --host 0.0.0.0 --port 9000
Apr 02 11:52:32 librenms systemd[1]: Started rrdrest.service.
Apr 02 11:52:32 librenms uvicorn[29832]: INFO: Started server process [29832]
Apr 02 11:52:32 librenms uvicorn[29832]: INFO: Waiting for application startup.
Apr 02 11:52:32 librenms uvicorn[29832]: INFO: Application startup complete.
Apr 02 11:52:32 librenms uvicorn[29832]: INFO: Uvicorn running on http://0.0.0.0:9000 (Press CTRL+C to quit)`
Note that I used the git directory as the working directory as uvicorn cant find the RRD module unless the CWD is the git directory. Perhaps some instructions on installing the module might help, to noobs like me :)
The text was updated successfully, but these errors were encountered:
A suggested enhancement:
stephen@librenms:~$ cat rrdrest.service
stephen@librenms:~$
`stephen@librenms:~$ sudo systemctl status rrdrest
● rrdrest.service
Loaded: loaded (/lib/systemd/system/rrdrest.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2023-04-02 11:52:32 AEST; 2min 2s ago
Main PID: 29832 (uvicorn)
Tasks: 5 (limit: 4636)
Memory: 11.8M
CGroup: /system.slice/rrdrest.service
└─29832 /usr/bin/python3 /usr/local/bin/uvicorn rrdrest:rrd_rest --host 0.0.0.0 --port 9000
Apr 02 11:52:32 librenms systemd[1]: Started rrdrest.service.
Apr 02 11:52:32 librenms uvicorn[29832]: INFO: Started server process [29832]
Apr 02 11:52:32 librenms uvicorn[29832]: INFO: Waiting for application startup.
Apr 02 11:52:32 librenms uvicorn[29832]: INFO: Application startup complete.
Apr 02 11:52:32 librenms uvicorn[29832]: INFO: Uvicorn running on http://0.0.0.0:9000 (Press CTRL+C to quit)`
Note that I used the git directory as the working directory as uvicorn cant find the RRD module unless the CWD is the git directory. Perhaps some instructions on installing the module might help, to noobs like me :)
The text was updated successfully, but these errors were encountered: