Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions docs/tutorials/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ nav:
- hardware.md
- software.md
- peering.md
- librenms-manager-setup.md
- librenms-setup.md
- epc-setup.md
- enb-setup.md
- proxmox-vaultwarden-deployment.md
- grafana-log-dashboard.md
- librenms
- librenms_kiosk.md
- librenms
5 changes: 5 additions & 0 deletions docs/tutorials/librenms/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
nav:
- librenms.md
- librenms_kiosk.md
- librenms-manager-setup.md
- librenms-setup.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Network Monitoring 1. LibreNMS Network Manager Configuration
title: LibreNMS Network Manager Configuration
---

# LibreNMS Network Manager Configuration
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Network Monitoring 2. LibreNMS Agent Configuration
title: LibreNMS Agent Configuration
---

# LibreNMS Agent Configuration
Expand Down
13 changes: 9 additions & 4 deletions docs/tutorials/librenms/librenms.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Librenms
We have a librenms instance running. If you want to deploy it locally to test it out or fix our infrastructure, here are the instructions: https://github.com/abacef/scn-librenms-deploy-script
---
title: LibreNMS
---

# LibreNMS

We have a LibreNMS instance running. If you want to deploy it locally to test it out or fix our infrastructure, here are the instructions: https://github.com/abacef/scn-librenms-deploy-script

## Backup
If you want to back up the current install of librenms, you can use this script https://github.com/abacef/scn-librenms-backup-script . You can also use this to get the currently running data from the instance to install a mirror instance either locally on your computer or on a server.
If you want to back up the current install of LibreNMS, you can use this script https://github.com/abacef/scn-librenms-backup-script . You can also use this to get the currently running data from the instance to install a mirror instance either locally on your computer or on a server.

## Updating
If you want to update the current install of librenms, you can use this script https://github.com/abacef/scn-software-updater . There is an ansible script in there just for librenms.
If you want to update the current install of LibreNMS, you can use this script https://github.com/abacef/scn-software-updater . There is an ansible script in there just for LibreNMS.
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
We have a TV in the scn/hack space and you can use it to show librenms
---
title: LibreNMS Kiosk
---

# Usage
Turn on the TV with the roku remote, It may be automatically set up to display the HDMI port. Make sure the RPI is plugged into the TV and the HDMI port of the RPI. Also make sure the RPI is plugged into power. If the RPI was rebooted, it will go into the terminal. Log into the RPI using the username and password in vaultwarden. Once into the terminal, run the command `startx`. It will open up librenms (backed by a chromium browser). Log in using preferably a readonly user like `librenms_viewer` the password is in vaultwarden. You can now simply turn off the computer and when you turn it on again it will come up.
#LibreNMS Kiosk

We have a TV in the scn/hack space and you can use it to show LibreNMS

# How it was developed
## Usage
Turn on the TV with the roku remote, It may be automatically set up to display the HDMI port. Make sure the RPI is plugged into the TV and the HDMI port of the RPI. Also make sure the RPI is plugged into power. If the RPI was rebooted, it will go into the terminal. Log into the RPI using the username and password in vaultwarden. Once into the terminal, run the command `startx`. It will open up LibreNMS (backed by a chromium browser). Log in using preferably a readonly user like `librenms_viewer` the password is in vaultwarden. You can now simply turn off the computer and when you turn it on again it will come up.


## How it was developed
Flash a minimal version of raspbian on an rpi, install xinit and chromium. create an .xinitrc file and put the following in it

```
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/software.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ We have a partnership with [Google SAS](https://www.google.com/get/spectrumdatab
Learn more about our SAS setup [here](enb-setup.md).

### Network Monitoring and Alerting
We use [LibreNMS](https://www.librenms.org) and SNMPd to monitor our nodes and provide alerting. Our Baicells-specific Network Manager setup is documented [here](librenms-manager-setup.md), and our instructions for configuring a new node can be found [here](librenms-setup.md).
We use [LibreNMS](https://www.librenms.org) and SNMPd to monitor our nodes and provide alerting. Our Baicells-specific Network Manager setup is documented [here](librenms/librenms-manager-setup.md), and our instructions for configuring a new node can be found [here](librenms/librenms-setup.md).

## Field Measurement

Expand Down