librenms/doc/Installation/Images.md
Jellyfrog 8f474dd4d4
Rework documentation (#13709)
* Rework documentation

* Slightly adjust theme

* wip

* fixes

* Remove unneeded header

* Re-added Acknowledgement.md file

* Added Acknowledgement.md to mkdocs.yml

Co-authored-by: Neil Lathwood <gh+n@laf.io>
2022-02-08 23:02:28 +00:00

1.9 KiB

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.

Details of the image and it's setup are:

At present we provide the following builds:

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. 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.