Search found 51 matches
- Tue Oct 19, 2021 5:49 am
- Forum: Plugin: (Network Weather Map)
- Topic: Icons not changes when node down/up
- Replies: 26
- Views: 18234
Re: Icons not changes when node down/up
For CITY icon red or green(assuming CITY = a host in cacti ), use this code : NODE CITY1 ICON images/city-{node:this:state}.png <---you will need 2 .png's in images : city-up.png and city-down.png). TARGET cactihost:261 <-- here weathermap will display city-up.png if the host with ID 261 is UP. USE...
- Fri Feb 05, 2021 1:57 am
- Forum: Plugin: (Network Weather Map)
- Topic: Icons not changes when node down/up
- Replies: 26
- Views: 18234
Re: Icons not changes when node down/up
Good day Howie, can You tell me please, h-m-m-m, we have one big sity, sity #1, and we have two links connected to this sity #1, there city #2, and city #3. When the city #2 or city #3 is down, the icon of city #1 changes in orange, when down two cities, icon city #1 is red (but, when two cities up ...
- Fri Jan 29, 2021 2:53 pm
- Forum: Plugin: (Network Weather Map)
- Topic: Icons not changes when node down/up
- Replies: 26
- Views: 18234
Re: Icons not changes when node down/up
Found answer
- Tue Jan 26, 2021 4:29 am
- Forum: Plugin: (Network Weather Map)
- Topic: Icons not changes when node down/up
- Replies: 26
- Views: 18234
Re: Icons not changes when node down/up
I don't know where librenms keeps logs. But a good first guess would be TARGET ./192.168.118.134/port-id2.rrd:INOCTETS:OUTOCTETS then I check logs, here is: ==================================== Component | Version --------- | ------- LibreNMS | 1.70.1-52-g4ba095853 DB Schema | 2020_11_02_164331_add...
- Tue Jan 26, 2021 3:22 am
- Forum: Plugin: (Network Weather Map)
- Topic: Icons not changes when node down/up
- Replies: 26
- Views: 18234
Re: Icons not changes when node down/up
I don't understand. Sounds like maybe you are using the wrong DS names still. AGAIN, look in the logs and you will see warnings if the names are wrong, and a list of the possible names. Now i understand what you mean under DS. Now i reading about rrd and rrdtools. Now we have: -GAUGE -COUNTER -DERI...
- Mon Jan 25, 2021 7:20 am
- Forum: Plugin: (Network Weather Map)
- Topic: Icons not changes when node down/up
- Replies: 26
- Views: 18234
Re: Icons not changes when node down/up
Then it is probably not getting data from your rrd file at all. What do the logs say? Howie, all works! icons changes (and node colour)! but, when i start traffic, weathermap display me, that traffic max (last clour). i pinging from my virtual machine to virtual machine "ping 192.168.118.132 -...
- Mon Jan 25, 2021 4:53 am
- Forum: Plugin: (Network Weather Map)
- Topic: Icons not changes when node down/up
- Replies: 26
- Views: 18234
- Mon Jan 25, 2021 4:53 am
- Forum: Plugin: (Network Weather Map)
- Topic: Icons not changes when node down/up
- Replies: 26
- Views: 18234
Re: Icons not changes when node down/up
The scale probably is - it will show a red label when traffic gets to 0. I don't know where's my mistake, i have tried a bunch of methods. And not work arr(( There one, i have two images poligon_black, poligon_white in folder images. When traffic equal 0, node down and changes icon, but... ahh( Thi...
- Mon Jan 25, 2021 4:44 am
- Forum: Plugin: (Network Weather Map)
- Topic: Icons not changes when node down/up
- Replies: 26
- Views: 18234
- Mon Jan 25, 2021 4:03 am
- Forum: Plugin: (Network Weather Map)
- Topic: Icons not changes when node down/up
- Replies: 26
- Views: 18234
Re: Icons not changes when node down/up
The data from which port the info is transmitted. Did I write the configuration correctly? It depends on the structure of the rrd file. There are named "data sources" inside an rrd file, chosen by the application that writes the file. By default, Weathermap will be expecting traffic_in an...
- Sat Jan 23, 2021 3:16 am
- Forum: Plugin: (Network Weather Map)
- Topic: Icons not changes when node down/up
- Replies: 26
- Views: 18234
- Fri Jan 22, 2021 4:29 pm
- Forum: Plugin: (Network Weather Map)
- Topic: Icons not changes when node down/up
- Replies: 26
- Views: 18234
Re: Icons not changes when node down/up
And, here is, but.. my node not down -_- why red, if my NODE is up SCALE updown 0 0.01 255 0 0 SCALE updown 0.01 0.1 0 128 0 SCALE updown 0.1 100 0 128 128 SET key_hidepercent_STATE 1 # TEMPLATE-only NODEs: NODE DEFAULT MAXVALUE 100 # TEMPLATE-only LINKs: LINK DEFAULT BANDWIDTH 1M # regular NODEs: N...
- Fri Jan 22, 2021 4:05 pm
- Forum: Plugin: (Network Weather Map)
- Topic: Icons not changes when node down/up
- Replies: 26
- Views: 18234
Re: Icons not changes when node down/up
No, it's the status in the cacti database. Not much use to you. Also, you still have two scales. SCALE updown 0 0 75 0 130 down SCALE updown 4.5 5.5 128 128 128 up NODE xxcvx USESCALE updown I think you are missing the basic idea here. Weathermap fetches numbers from TARGETs. It translates those nu...
- Fri Jan 22, 2021 5:02 am
- Forum: Plugin: (Network Weather Map)
- Topic: Icons not changes when node down/up
- Replies: 26
- Views: 18234
Re: Icons not changes when node down/up
And can u tell me, what is the value, this is speed?
Where 0 0.5, 0.5 1.5 and etc
SCALE cactiupdown 0 0.5 192 192 192 disabled
SCALE cactiupdown 0.5 1.5 255 0 0 down
SCALE cactiupdown 1.5 2.5 0 0 255 recovering
SCALE cactiupdown 2.5 3.5 0 255 0 up
SCALE cactiupdown 4.5 5.5 128 128 128 unknown
Where 0 0.5, 0.5 1.5 and etc
SCALE cactiupdown 0 0.5 192 192 192 disabled
SCALE cactiupdown 0.5 1.5 255 0 0 down
SCALE cactiupdown 1.5 2.5 0 0 255 recovering
SCALE cactiupdown 2.5 3.5 0 255 0 up
SCALE cactiupdown 4.5 5.5 128 128 128 unknown
- Fri Jan 22, 2021 4:36 am
- Forum: Plugin: (Network Weather Map)
- Topic: Icons not changes when node down/up
- Replies: 26
- Views: 18234
Re: Icons not changes when node down/up
and i dont have rrd, i use librenms )=