Home Linux & Systems Cybersecurity Cloud & DevOps Networks & Infrastructure SIEM & Monitoring DFIR & Threat Intel Development & Other All categories Projects About Tools

Cacti does not show the full title

Leer en espanol
Cacti does not show the full title

Table of contents

Example: To solve this we are going to edit the template. Graph List &g ===

Sometimes we may find that cacti does not put the complete name of the device. such as in switches.

Example:

Captura1111

To solve this we are going to edit the template.

Graph List > We select the graph that does not work > Edit Graph Template.

and in Title (–title) We add the following:

|host_description| – Traffic – |query_ifDescr| (|query_ifAlias|)

Aaaaaa

We access the cacti directory

text
cd /var/www/cacti/cli/

And we execute the following command:

Bash
rokitoh@red-orbita:# php poller_graphs_reapply_names.php -id=All

WARNING: Do not interrupt this script.  Interrupting during rename can cause issues

………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………….

If we look at the monitoring again, it should appear.

Captura

Regards, rokitoh

:wq!

Comments