@@ -45,7 +45,7 @@ use some snmp configuration as an example:
4545` lnms config:get <setting> ` will fetch the current config settings (composite of database, config.php, and defaults).
4646` lnms config:set <setting> <value> ` will set the config setting in the database.
4747Calling ` lnms config:set <setting> ` on a setting with no value will prompt you to reset
48- it to it's default.
48+ it to its default.
4949
5050If you set up bash completion, you can use tab completion to find config settings.
5151
@@ -222,7 +222,7 @@ value is in Megabytes and should just be an int value:
222222
223223# ## Programs
224224
225- A lot of these are self explanatory so no further information may be
225+ A lot of these are self- explanatory so no further information may be
226226provided. Any extensions that have dedicated documentation page will
227227be linked to rather than having the config provided.
228228
@@ -263,7 +263,7 @@ configuring your install to record data more frequently.
263263 to each target.
264264* ` interval` (` fping` parameter ` -p` ): Time in milliseconds that fping
265265 waits between successive packets to an individual target.
266- * ` tos` (` fping` parameter ` -O` ): Set the type of service flag (TOS). Value can be either decimal or hexadecimal (0xh) format. Can be used to ensure that ping packets are queued in following QOS mecanisms in the network. Table is accessible in the [TOS Wikipedia page](https://en.wikipedia.org/wiki/Type_of_service).
266+ * ` tos` (` fping` parameter ` -O` ): Set the type of service flag (TOS). Value can be either decimal or hexadecimal (0xh) format. Can be used to ensure that ping packets are queued in following QOS mechanisms in the network. Table is accessible in the [TOS Wikipedia page](https://en.wikipedia.org/wiki/Type_of_service).
267267
268268!!! note
269269 Setting a higher timeout value than the interval value can
@@ -294,7 +294,7 @@ Globally disable fping / icmp check:
294294 lnms config:set icmp_check false
295295 ` ` `
296296
297- If you would like to do this on a per device basis then you can do so
297+ If you would like to do this on a per- device basis then you can do so
298298under Device -> Edit -> Misc -> Disable ICMP Test? On
299299
300300# ### SNMP
@@ -337,7 +337,7 @@ Password minimum length for auth that allows user creation
337337
338338# # Proxy support
339339
340- For alerting and the callback functionality, we support the use of a
340+ For alerting and the callback functionality, we support the use of an
341341http proxy setting. These can be any one of the following:
342342
343343!!! setting " system/proxy"
@@ -364,14 +364,14 @@ Please refer to [RRDCached](../Extensions/RRDCached.md)
364364 lnms config:set base_url http://demo.librenms.org
365365 ` ` `
366366
367- LibreNMS will attempt to detect the URL you are using but you can override that here.
367+ LibreNMS will attempt to detect the URL you are using, but you can override that here.
368368
369369!!! setting " webui/style"
370370 ` ` ` bash
371371 lnms config:set site_style light
372372 ` ` `
373373
374- Currently we have a number of styles which can be set which will alter
374+ Currently, we have a number of styles which can be set which will alter
375375the navigation bar look. device, blue, dark, light and mono with light being the default.
376376
377377You can override a large number of visual elements by creating your
@@ -402,7 +402,7 @@ minutes. Some pages don't refresh at all by design.
402402 ```
403403
404404You can create your own front page by adding a blade file in `resources/views/overview/custom/`
405- and setting `front_page` to it ' s name.
405+ and setting `front_page` to its name.
406406For example, if you create `resources/views/overview/custom/foobar.blade.php`, set `front_page` to `foobar`.
407407
408408!!! setting "webui/front-page"
@@ -584,7 +584,7 @@ generation if this is very long.
584584 ` ` `
585585
586586You can enable dynamic graphs which allow you to zoom in/out and scroll through
587- the timeline of the graphs quite easiy .
587+ the timeline of the graphs quite easily .
588588
589589!!! setting " webui/graph"
590590 ` ` ` bash
@@ -619,7 +619,7 @@ prevents accidental duplicate hosts.
619619 # false- only check when adding host by ip.
620620 ` ` `
621621
622- By default we allow hosts to be added with duplicate sysName' s, you
622+ By default, we allow hosts to be added with duplicate sysName' s, you
623623can disable this with the following config:
624624
625625!!! setting "discovery/general"
@@ -793,7 +793,7 @@ Assign a new discovered Port automatically to Port Group with this Port Group ID
793793
794794### Rancid
795795
796- Rancid configuration, ` rancid_configs` is an array containing all of
796+ Rancid configuration, `rancid_configs` is an array containing all
797797the locations of your rancid files. Setting `rancid_ignorecomments`
798798will disable showing lines that start with #
799799
@@ -804,6 +804,21 @@ will disable showing lines that start with #
804804 lnms config:set rancid_ignorecomments false
805805 ```
806806
807+ In case rancid repository is a bare Git repository, it must be stored in a
808+ directory with name ending `.git`. The path to that repository can then be
809+ combined with an additional path to rancid files in Git
810+
811+ !!! setting "external/rancid"
812+ ```bash
813+ lnms config:set rancid_configs.+ /var/lib/rancid/git/rancid.git/configs/
814+ lnms config:set rancid_repo_type git-bare
815+ lnms config:set rancid_repo_url /rancid
816+ lnms config:set rancid_ignorecomments false
817+ ```
818+
819+ An additional parameter, `rancid_repo_url`, must be set to the URL of GitWeb
820+ or a similar tool that visualizes the bare Git repository.
821+
807822### Oxidized
808823
809824Please refer to [Oxidized](../Extensions/Oxidized.md)
@@ -859,7 +874,7 @@ Please refer to [NFSen](../Extensions/NFSen.md)
859874
860875### Location parsing
861876
862- LibreNMS can interpret sysLocation information and map the device loction based on GeoCoordinates or GeoCoding information.
877+ LibreNMS can interpret sysLocation information and map the device location based on GeoCoordinates or GeoCoding information.
863878
864879- Info-keywords
865880 - `[]` contains optional Latitude and Longitude information if manual GeoCoordinate positioning is desired.
@@ -868,7 +883,7 @@ LibreNMS can interpret sysLocation information and map the device loction based
868883
869884#### GeoCoordinates
870885
871- If device sysLocation information contains [lat, lng] (note the comma and square brackets), that is used to determin the GeoCoordinates.
886+ If device sysLocation information contains [lat, lng] (note the comma and square brackets), that is used to determine the GeoCoordinates.
872887
873888Example:
874889```bash
@@ -882,7 +897,7 @@ The coordinates will then be set to 40.424521 latitude and -86.912755 longitude.
882897Next it will attempt to look up the sysLocation with a map engine provided you have configured one under
883898`lnms config:get geoloc.engine`. The information has to be accurate or no result is returned, when it
884899does it will ignore any information inside parentheses, allowing you to add details that would otherwise
885- interfeeer with the lookup.
900+ interfere with the lookup.
886901
887902Example:
888903```bash
@@ -902,7 +917,7 @@ If you just want to set GPS coordinates on a location, you should
902917visit Devices > Geo Locations > All Locations and edit the coordinates
903918there.
904919
905- However you can replace the sysLocation value that is returned for a single device or many devices.
920+ However, you can replace the sysLocation value that is returned for a single device or many devices.
906921
907922For example, let' s say that you have 100 devices which all contain the sysLocation value of ` Under the Sink` which
908923isn' t the real address, rather than editing each device manually, you can specify a mapping to override the sysLocation
@@ -990,11 +1005,11 @@ Examples:
9901005# # Interfaces that shouldn't be ignored
9911006
9921007It' s also possible to whitelist ports so they are not ignored. `good_if` can
993- be configured both globally and per os just like `bad_if`.
1008+ be configured both globally and per- os just like `bad_if`.
9941009
9951010As an examples, let' s say we have ` bad_if_regexp` set to ignore ` Ethernet` ports
9961011but realise that we actually still want ` FastEthernet` ports but not any others,
997- we can add a ` good_if` option to white list ` FastEthernet` :
1012+ we can add a ` good_if` option to whitelist ` FastEthernet` :
9981013
9991014!!! setting " discovery/ports"
10001015 ` ` ` bash
@@ -1027,7 +1042,7 @@ Matches are compared case-insensitive.
10271042Some devices register bogus sensors as they are returned via SNMP but
10281043either don' t exist or just don' t return data. This allows you to
10291044ignore those based on the descr field in the database. You can either
1030- ignore globally or on a per os basis (recommended).
1045+ ignore globally or on a per- os basis (recommended).
10311046
10321047As an example, if you have some sensors which contain the descriptions
10331048below:
@@ -1164,10 +1179,10 @@ to indicate how you connect to libvirt. You also need to:
11641179
116511801. Generate a non-password-protected ssh key for use by LibreNMS, as the
11661181 user which runs polling & discovery (usually `librenms`).
1167- 1 . On each VM host you wish to monitor:
1182+ 2 . On each VM host you wish to monitor:
11681183 1. Configure public key authentication from your LibreNMS server/poller by
11691184 adding the librenms public key to `~root/.ssh/authorized_keys`.
1170- 1 . (xen+ssh only) Enable libvirtd to gather data from xend by setting
1185+ 2 . (xen+ssh only) Enable libvirtd to gather data from xend by setting
11711186 `(xend-unix-server yes)` in `/etc/xen/xend-config.sxp` and
11721187 restarting xend and libvirtd.
11731188
@@ -1196,7 +1211,7 @@ Please refer to [Updating](../General/Updating.md)
11961211
11971212## IPMI
11981213
1199- Setup the types of IPMI protocols to test a host for and in what
1214+ Set up the types of IPMI protocols to test a host for and in what
12001215order. Don' t forget to install ipmitool on the monitoring host.
12011216
12021217!!! setting " discovery/ipmi"
0 commit comments