Proxmox graphs enablement with docker deployment #397
Unanswered
gitcatpeter
asked this question in
Q&A
Replies: 2 comments
-
|
Would like to know the same too. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
you don't run the agent inside your docker container, you run it on your poxmox host... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
want to enable full Proxmox monitoring with LibreNMS and following the instruction from here:
https://docs.librenms.org/Extensions/Proxmox/#enabling-proxmox-graphs
I am not quite sure how to translate the following steps to LibreNMS in docker environment:
cp /opt/librenms-agent/agent-local/proxmox /usr/lib/check_mk_agent/local/proxmox chmod +x /usr/lib/check_mk_agent/local/proxmox cp /opt/librenms-agent/[email protected] /opt/librenms-agent/check_mk.socket /etc/systemd/system systemctl daemon-reload systemctl enable check_mk.socket && systemctl start check_mk.socketThank you.
Beta Was this translation helpful? Give feedback.
All reactions