Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/book/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
# built documents.
#
# The short X.Y version.
version = "2.2"
version = "2.5"
# The full version, including alpha/beta/rc tags.
release = "2.4"
release = "2.5"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 2 additions & 3 deletions docs/book/src/integrations/librenms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,13 @@ On the CAPEv2 side, you will need to make a few tweaks to ``reporting.conf``.
``litereport`` will need enabled and ``keys_to_copy`` should include
'signatures' and 'detections'.

Finally will need to enable the extend for your
Finally, you will need to enable the extend in your snmpd configuration file:

::

extend cape /etc/snmp/extends/cape

Once snmpd is restarted and the the device rediscovered via LibreNMS,
you will then be able to
Once snmpd is restarted and the device is rediscovered via LibreNMS, you will then be able to view the CAPE statistics.

For more detailed monitoring, if using KVM, you will likely want to
also considering using `HV::Monitor`, which will allow detailed
Expand Down
Loading