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

Create the ability to change the threshold name length #714

Open
omse974 opened this issue Jan 28, 2025 · 0 comments
Open

Create the ability to change the threshold name length #714

omse974 opened this issue Jan 28, 2025 · 0 comments

Comments

@omse974
Copy link

omse974 commented Jan 28, 2025

Feature Request

Is your feature request related to a problem? Please describe

We often have long description of switch and router interface.
Theses descriptions generated long threshold name.
However, by default, the threshold name in Cacti database is limited by 100 characters.
Consequently, interface threshold name are often truncated.

Describe the solution you'd like

A solution like the ability to change the maximum title length in menu "Console" > "Configuration" > "Visual" > "Graph/Data Source/Data Query Settings" > "Maximum Title Length".

Additional context

Currently, I modify this length with commands below.
$ mysql -D cacti -u cactiuser -p
MariaDB [cacti]> ALTER TABLE thold_data MODIFY COLUMN name VARCHAR(200);
MariaDB [cacti]> ALTER TABLE thold_data MODIFY COLUMN name_cache VARCHAR(200);
A more user friendly solution will be very appreciate.

@TheWitness TheWitness transferred this issue from Cacti/cacti Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant