Cli edit custom map file

Hi!
Is there a way to edit a custom-map in a text-editor or alike? I could not find a path to the file, how/where is the map stored?

Specifically i want to edit/remove a node which was created with a label but “node size”=0. Unfortunately i can not select the node by clicking on the label and since the size is zero i can not select it at all.

./validate.php

===========================================

Component Version
LibreNMS 26.2.0 (2026-02-16T13:13:17+01:00)
DB Schema 2026_02_13_000000_change_stp_top_changes_to_unsigned_int (365)
PHP 8.3.30
Python 3.10.12
Database MariaDB 10.6.23-MariaDB-0ubuntu0.22.04.1
RRDTool 1.7.2
SNMP 5.9.1
===========================================

[OK] Composer Version: 2.9.5
[OK] Dependencies up-to-date.
[OK] Database Connected
[OK] Database Schema is current
[OK] SQL Server meets minimum requirements
[OK] lower_case_table_names is enabled
[OK] MySQL engine is optimal
[OK] Database and column collations are correct
[OK] Database schema correct
[OK] MySQL and PHP time match
[OK] Active pollers found
[OK] Dispatcher Service not detected
[OK] Locks are functional
[OK] Python poller wrapper is polling
[OK] Redis is unavailable
[OK] rrd_dir is writable
[OK] rrdtool version ok

select * from custom_map_nodes;

MySQL query, then you need to manipulate the node you need.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.