mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Remove references to VM images (#15031)
* Remove references to VM images Use docker instead * Remove references and add redirect
This commit is contained in:
@@ -1,73 +0,0 @@
|
|||||||
# LibreNMS VMs
|
|
||||||
|
|
||||||
> NOTE: We highly advise that you change all passwords on this image
|
|
||||||
> when you deploy it!!
|
|
||||||
>
|
|
||||||
> NOTE: Read the above note again!
|
|
||||||
|
|
||||||
We have available for download a pre-built image based on CentOS 7 and
|
|
||||||
Ubuntu 18.04. These images are built using
|
|
||||||
[packer.io](https://packer.io).
|
|
||||||
|
|
||||||
Details of the image and it's setup are:
|
|
||||||
|
|
||||||
At present we provide the following builds:
|
|
||||||
|
|
||||||
- OVA Built with VirtualBox.
|
|
||||||
|
|
||||||
- Any issues and or help with these images should be reported via
|
|
||||||
[Community Forum](https://community.librenms.org) or our [Discord
|
|
||||||
server](https://t.libren.ms/discord)
|
|
||||||
|
|
||||||
## Setup
|
|
||||||
|
|
||||||
- US Keyboard
|
|
||||||
- Etc/UTC Timezone
|
|
||||||
- 4 Poller Wrapper threads
|
|
||||||
|
|
||||||
## Software
|
|
||||||
|
|
||||||
- PHP 7
|
|
||||||
- MariaDB
|
|
||||||
- Syslog-ng
|
|
||||||
|
|
||||||
## Features
|
|
||||||
|
|
||||||
- Oxidized installed but not configured
|
|
||||||
- Weathermap plugin enabled
|
|
||||||
- Billing enabled
|
|
||||||
- RRDCached enabled
|
|
||||||
- Service checks enabled
|
|
||||||
- Syslog enabled
|
|
||||||
|
|
||||||
## Download
|
|
||||||
|
|
||||||
All images can be downloaded from
|
|
||||||
[GitHub](https://github.com/librenms/packer-builds/releases/latest). The
|
|
||||||
tags follow the main LibreNMS repo. When a new LibreNMS release is
|
|
||||||
available we will push new images out running that version. Please do
|
|
||||||
note that if you download an older release with a view to running that
|
|
||||||
specific version, you will need to disable updates in config.php.
|
|
||||||
|
|
||||||
## Access/Credentials
|
|
||||||
|
|
||||||
To access your newly imported VM, those ports are forwarded from your machine to the VM: 8080 for WebUI and 2023 for SSH.
|
|
||||||
Remember to edit/remove them if you change (and you should) the VM network configuration.
|
|
||||||
|
|
||||||
- WebUI (http://localhost:8080)
|
|
||||||
- username: librenms
|
|
||||||
- password: `D32fwefwef`
|
|
||||||
|
|
||||||
- SSH (ssh://localhost:2023)
|
|
||||||
- username: librenms
|
|
||||||
- password: `CDne3fwdfds`
|
|
||||||
|
|
||||||
- MySQL/MariaDB
|
|
||||||
- username: librenms
|
|
||||||
- password: `D42nf23rewD`
|
|
||||||
|
|
||||||
## Contributing
|
|
||||||
|
|
||||||
If you would like to help with these images whether it's add
|
|
||||||
additional features or default software / settings then you can do so
|
|
||||||
on [GitHub](https://github.com/librenms/packer-builds/).
|
|
@@ -7,8 +7,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<a href="/Installation/Install-LibreNMS/">Install LibreNMS Now</a><br />
|
<a href="/Installation/Install-LibreNMS/">Install LibreNMS Now</a><br />
|
||||||
<a href="/Installation/Docker/">Install Using Docker</a><br />
|
<a href="/Installation/Docker/">Install Using Docker</a>
|
||||||
<a href="/Installation/Images/">Virtual machines</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="home-box">
|
<div class="home-box">
|
||||||
<div class="home-header">
|
<div class="home-header">
|
||||||
|
@@ -68,10 +68,11 @@ plugins:
|
|||||||
'Extensions/Port-Description-Parser.md': 'Extensions/Interface-Description-Parsing.md'
|
'Extensions/Port-Description-Parser.md': 'Extensions/Interface-Description-Parsing.md'
|
||||||
'Extensions/Prometheus.md': 'Extensions/metrics/Prometheus.md'
|
'Extensions/Prometheus.md': 'Extensions/metrics/Prometheus.md'
|
||||||
'General/Contributing.md': 'Developing/Getting-Started.md'
|
'General/Contributing.md': 'Developing/Getting-Started.md'
|
||||||
'Installation/CentOS-image.md': 'Installation/Images.md'
|
'Installation/CentOS-image.md': 'Installation/Install-LibreNMS.md'
|
||||||
|
'Installation/Images.md': 'Installation/Install-LibreNMS.md'
|
||||||
'Installation/index.md': 'Installation/Install-LibreNMS.md'
|
'Installation/index.md': 'Installation/Install-LibreNMS.md'
|
||||||
'Installation/Installing-LibreNMS.md': 'Installation/Install-LibreNMS.md'
|
'Installation/Installing-LibreNMS.md': 'Installation/Install-LibreNMS.md'
|
||||||
'Installation/Ubuntu-image.md': 'Installation/Images.md'
|
'Installation/Ubuntu-image.md': 'Installation/Install-LibreNMS.md'
|
||||||
'Support/Support-New-OS.md': 'Developing/Support-New-OS.md'
|
'Support/Support-New-OS.md': 'Developing/Support-New-OS.md'
|
||||||
- minify:
|
- minify:
|
||||||
minify_html: true
|
minify_html: true
|
||||||
@@ -115,7 +116,6 @@ nav:
|
|||||||
- Installing LibreNMS: Installation/Install-LibreNMS.md
|
- Installing LibreNMS: Installation/Install-LibreNMS.md
|
||||||
- Other Methods:
|
- Other Methods:
|
||||||
- Docker: Installation/Docker.md
|
- Docker: Installation/Docker.md
|
||||||
- Virtual machines: Installation/Images.md
|
|
||||||
- Older guides:
|
- Older guides:
|
||||||
- RHEL / CentOS 6: Installation/Installation-CentOS-6-Apache-Nginx.md
|
- RHEL / CentOS 6: Installation/Installation-CentOS-6-Apache-Nginx.md
|
||||||
- RHEL / CentOS 7 - Apache: Installation/Installation-CentOS-7-Apache.md
|
- RHEL / CentOS 7 - Apache: Installation/Installation-CentOS-7-Apache.md
|
||||||
|
Reference in New Issue
Block a user