Hello,
I configured a Cacti server with Weathermap plugins.
With the script provided by Akips, the information of my links are sent in the akips.txt file on my cacti server.
But now I am trying to use this information in the links on weathermap. I’m trying with 2 network devices connected together.
Here is the information I have in the akips.txt file:
SER-5500-FIVE-S1:GigabitEthernet1/0/23 12443096 112407344
And here my node and links config :
# regular NODEs:
NODE R01S4100TEO3
LABEL R01S4100TEO3
ICON images/Router.png
POSITION 649 242
NODE SER-5500-FIVE-S1
LABEL SER-5500-FIVE-S1
ICON images/WorkgroupSwitch.png
POSITION 502 69
# regular LINKs:
LINK SER-5500-FIVE-S1:GigabitEthernet1/0/23-R01S4100TEO3:Gi0/2
TARGET akips.txt
NODES SER-5500-FIVE-S1 R01S4100TEO3
I have tried many things for the link name but nothing works…
I try also this simple config:
akips.txt
SER 8M 12M
simple.conf:
# regular NODEs:
NODE R01
LABEL R01
POSITION 649 242
NODE SER
LABEL SER
POSITION 502 69
# regular LINKs:
LINK SER
TARGET akips.txt
NODES SER R01
The log in cacti server:
10/22/2020 07:05:15 AM - WEATHERMAP: Poller[0] WARNING: [Map 3] simple.conf: ReadData: LINK SER, target: akips.txt on config line 63 of C:\wamp64\www\cacti\plugins\weathermap\configs\simple.conf had no valid data, according to WeatherMapDataSource_tabfile
Best regards,
Quentin.