Sometimes we may find that cacti does not put the complete name of the device. such as in switches.
Example:
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|)
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.
Regards, rokitoh
:wq!


Comments