mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	Small documentation typos (#14101)
* Update Templates.md withing > within * Update index.md Small typos correction * Update Performance.md Typos/Rewording * Update Performance.md * Update Syslog.md recieving > receiving * Update Entities.md Remove rogue ` * Update Dashboards.md embeded > embedded * Update Interface-Description-Parsing.md infor > information * Update Network-Map.md genrated > generated
This commit is contained in:
		| @@ -63,7 +63,7 @@ Entity | Description | |||||||
| `ports.ifOperStatus` | The operational status of the port (up or down) | `ports.ifOperStatus` | The operational status of the port (up or down) | ||||||
| `ports.ifAdminStatus` | The administrative status of the port (up or down) | `ports.ifAdminStatus` | The administrative status of the port (up or down) | ||||||
| `ports.ifDuplex` | Duplex setting of the port | `ports.ifDuplex` | Duplex setting of the port | ||||||
| `ports.ifMtu` | The MTU setting of the port.` | `ports.ifMtu` | The MTU setting of the port. | ||||||
|  |  | ||||||
| ## Processors | ## Processors | ||||||
|  |  | ||||||
|   | |||||||
| @@ -59,7 +59,7 @@ on what you want the users access to change. | |||||||
| Step 2: Then go to Settings -> WebUI settings -> Dashboard Settings | Step 2: Then go to Settings -> WebUI settings -> Dashboard Settings | ||||||
| and set the global default dashboard. | and set the global default dashboard. | ||||||
|  |  | ||||||
| ## Setting embeded webpage | ## Setting embedded webpage | ||||||
|  |  | ||||||
| Using the Notes Widget. | Using the Notes Widget. | ||||||
|  |  | ||||||
|   | |||||||
| @@ -69,7 +69,7 @@ $config['port_descr_parser'] = "includes/custom/my-port-descr-parser.inc.php"; | |||||||
| ### Setup | ### Setup | ||||||
|  |  | ||||||
| For Unix / Linux based systems, you need to run an additional script | For Unix / Linux based systems, you need to run an additional script | ||||||
| to support the parsing of interface infor. | to support the parsing of interface information. | ||||||
|  |  | ||||||
| - Add `ifAlias` from `/opt/librenms/scripts/` or download it from | - Add `ifAlias` from `/opt/librenms/scripts/` or download it from | ||||||
|   [here](https://github.com/librenms/librenms/blob/master/scripts/ifAlias) |   [here](https://github.com/librenms/librenms/blob/master/scripts/ifAlias) | ||||||
|   | |||||||
| @@ -47,7 +47,7 @@ be done by clicking on the Settings Icon then Refresh Pause. | |||||||
|  |  | ||||||
| Once you've achieved your desired map appearance, click the generate | Once you've achieved your desired map appearance, click the generate | ||||||
| options button at the bottom to be given the necessary parameters to | options button at the bottom to be given the necessary parameters to | ||||||
| add to your config.php file. You will need to paste the genrated | add to your config.php file. You will need to paste the generated | ||||||
| config into config.php the format will need to look something like | config into config.php the format will need to look something like | ||||||
| this. Note that the configurator will output the config with `var options` | this. Note that the configurator will output the config with `var options` | ||||||
| you will need to strip them out and at the end of the config you need to | you will need to strip them out and at the end of the config you need to | ||||||
|   | |||||||
| @@ -190,7 +190,7 @@ Create a file called `/etc/rsyslog.d/30-librenms.conf`and add the following depe | |||||||
|     *.* :omprog:;librenms |     *.* :omprog:;librenms | ||||||
|     ``` |     ``` | ||||||
|  |  | ||||||
| If your rsyslog server is recieving messages relayed by another syslog | If your rsyslog server is receiving messages relayed by another syslog | ||||||
| server, you may try replacing `%fromhost%` with `%hostname%`, since | server, you may try replacing `%fromhost%` with `%hostname%`, since | ||||||
| `fromhost` is the host the message was received from, not the host | `fromhost` is the host the message was received from, not the host | ||||||
| that generated the message.  The `fromhost` property is preferred as | that generated the message.  The `fromhost` property is preferred as | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user