User Tools

Site Tools


infra:services:librenms

LibreNMS

Purpose

LibreNMS is Hackeriet's network monitoring service.

Public URL:

Service-specific access details should live here. Host-level shell and Docker access is documented on app-01.

Access

User access is managed through Hacker-ID / Kanidm. The relevant group is documented on Hacker-ID:

  • service-librenms-users - logon rights to nms.hackeriet.no

Host-level shell and Docker access is documented on app-01.

Hosting

LibreNMS runs on app-01 and is exposed through ingress.

Observed app-01 service path:

  • /storage/services/librenms-docker

Observed app-01 local port mapping:

Observed containers include:

  • librenms
  • librenms_db
  • librenms_redis
  • librenms_dispatcher
  • librenms_snmptrapd
  • librenms_syslogng
  • librenms_oxidized-1

Checks during incidents

Basic checks on app-01:

cd /storage/services/librenms-docker
docker ps | grep -i librenms
docker compose ps

Service checks:

curl -I http://localhost:8001
journalctl -u docker --since "1 hour ago"

Ingress and DNS checks from another machine:

dig +short nms.hackeriet.no A
curl -I https://nms.hackeriet.no

/srv/hackeriet-wiki/dokuwiki/data/pages/infra/services/librenms.txt · Last modified: by atluxity_idp.hackeriet.no