74 lines
1.9 KiB
Markdown
Raw Normal View History

# CentOS
2018-11-17 14:19:38 +00:00
> NOTE: We highly advise that you change all passwords on this image
> when you deploy it!!
>
2018-11-17 14:19:38 +00:00
> 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).
2018-11-17 14:19:38 +00:00
Details of the image and it's setup are:
At present we provide the following builds:
- OVA Built with VirtualBox.
2018-11-17 14:19:38 +00:00
- Any issues and or help with these images should be reported via
[Community Fourm](https://community.librenms.org) or our [Discord
server](https://t.libren.ms/discord)
2018-11-17 14:19:38 +00:00
## Setup
2018-11-17 14:19:38 +00:00
- US Keyboard
- Etc/UTC Timezone
- 4 Poller Wrapper threads
2018-11-17 14:19:38 +00:00
## Software
2018-11-17 14:19:38 +00:00
- PHP 7
- MariaDB
- Syslog-ng
2018-11-17 14:19:38 +00:00
## Features
2018-11-17 14:19:38 +00:00
- Oxidized installed but not configured
- Weathermap plugin enabled
- Billing enabled
- RRDCached enabled
- Service checks enabled
- Syslog enabled
2018-11-17 14:19:38 +00:00
## Download
2018-11-17 14:19:38 +00:00
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.
2018-11-17 14:19:38 +00:00
## Access/Credentials
2018-11-17 14:19:38 +00:00
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`
2018-11-17 14:19:38 +00:00
- MySQL/MariaDB
- username: librenms
- password: `D42nf23rewD`
2018-11-17 14:19:38 +00:00
## Contributing
2018-11-17 14:19:38 +00:00
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/).