Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This is not a valid setting. Please check your input #15937

Open
hankunlun opened this issue Apr 11, 2024 · 1 comment
Open

This is not a valid setting. Please check your input #15937

hankunlun opened this issue Apr 11, 2024 · 1 comment

Comments

@hankunlun
Copy link

The problem

[librenms@librenms ~]$ lnms config:set graylog.match-any-address true
This is not a valid setting. Please check your input

what is this

Output of ./validate.php

[librenms@librenms ~]$ cd /opt/librenms/
[librenms@librenms ~]$ ./validate.php
===========================================
Component | Version
--------- | -------
LibreNMS  | 24.3.0-9-g393e95466 (2024-04-11T00:14:11+08:00)
DB Schema | 2024_02_07_151845_custom_map_additions (290)
PHP       | 8.1.27
Python    | 3.9.18
Database  | MariaDB 10.5.22-MariaDB
RRDTool   | 1.7.2
SNMP      | 5.9.1
===========================================

[OK]    Composer Version: 2.7.2
[OK]    Dependencies up-to-date.
[OK]    Database connection successful
[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
[librenms@librenms ~]$

What was the last working version of LibreNMS?

No response

Anything in the logs that might be useful for us?

No response

@hankunlun
Copy link
Author

hankunlun commented Apr 12, 2024

I added it and it works
vim /opt/librenms/misc/config_definitions.json
"graylog.match-any-address": {
"default": true,
"type": "boolean"
},
But triggering backup still doesn't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant