Graphing stuff with MikroTik

  Рет қаралды 15,308

MikroTik

MikroTik

Күн бұрын

Пікірлер: 39
@boomtechreviews
@boomtechreviews 2 жыл бұрын
Routeros V8 full source 🔍
@slitzownz2376
@slitzownz2376 9 ай бұрын
Such an awesome feature but barely usable without "save on usb/sdcard" option.
@Poppy-ub3zb
@Poppy-ub3zb 2 жыл бұрын
Does the graph consume storage overtime until space is full? and How long will the storage (rom) last if the rom has been written over and over?
@MustaMT
@MustaMT 2 жыл бұрын
Dude tool and graphs are best companion to Mikrotik routers. Although windows app is 32 bit and slows a bit when pulling long term data it still does a good job.
@InfectedFafa
@InfectedFafa 2 жыл бұрын
"RouterOS V8 full source" Sounds legit ...😏
@danielriossuarez
@danielriossuarez 2 жыл бұрын
Makes me want to double click on the icon just to see if it opens
@Red1Wollip
@Red1Wollip 2 жыл бұрын
Absolutely a great video. Thank you very much for these videos.
@nick9323
@nick9323 2 жыл бұрын
How to store graphs on external ssd/flash and by this extend internal flash lifetime ?
@jointercz
@jointercz 2 жыл бұрын
It would be nice if it would be possible to define size of the web graphs somewhere, they seems to me to be very small (at 2560x1600 screen). Also be aware in IP, Services, you need to define IP ranges from which the WWW service is accessible, else access will be denied.
@troll338czytb8
@troll338czytb8 2 жыл бұрын
I wonder why graphs only support one address range unlike services or users
@shalak001
@shalak001 Жыл бұрын
Is there a way to make the data persist after running `/system reset-configuration`?
@afriezal
@afriezal 6 ай бұрын
i have rb5009, why graphing data lost after i reboot device... please help me,, thanks
@shalak001
@shalak001 Жыл бұрын
What's the storage policy for those graphs? How can I check if the data is not overfilling my storage space? It keeps the whole year, doesn't it?
@rad308
@rad308 Жыл бұрын
What about mesh like in other vendors eg. AiMesh etc ?
@el-kabilla3488
@el-kabilla3488 2 жыл бұрын
looks like they finally fixed Graphs page not available over https!
@beefcake0354
@beefcake0354 Жыл бұрын
newbie here, question please ... if I plug in a flash drive to hEX and use this graphing tool. by selecting "store on disk", does it mean that hEX will automatically write to my inserted flash drive instead of built-in flash inside the router itself?
@mikrotik
@mikrotik Жыл бұрын
Graphing is an older feature, it does not support custom path, so this checkbox will store on internal disk, and you can't specify other disks for it.
@beefcake0354
@beefcake0354 Жыл бұрын
@@mikrotik thanks
@shalak001
@shalak001 Жыл бұрын
Is it possible to hide the /graphs http(s) endpoint behind authentication?
@mikrotik
@mikrotik Жыл бұрын
No, you can only specify your own IP address in the "Allow address" settings.
@painsufferingofmuslimummah8712
@painsufferingofmuslimummah8712 2 жыл бұрын
please more detail about wireless HT MCS
@alimibrahem8120
@alimibrahem8120 2 жыл бұрын
So i am using RB951ui with mipsbe architecture, i setup the graphing as you mention Mr normis. But that's not work..! Is it for arm only..?
@mikrotik
@mikrotik 2 жыл бұрын
No, it works for all router models. Remember you must wait at least 5 minutes, for first data to be shown
@AlexPebodyGM
@AlexPebodyGM 2 жыл бұрын
And don't forget open 80 or 443 (services) port for your's network IP's.
@DanielKellner
@DanielKellner 2 жыл бұрын
How much additional CPU resources does this tool need? With the default setting, it looks the router computes and renders about ~50 GIFs (4 per interface, 12 for resources) every 5 minutes.
@mikrotik
@mikrotik 2 жыл бұрын
CPU usage of this feature is negligible, it works great even on our lowest end devices and does not disturb any other functions of the device.
@matelotjim9035
@matelotjim9035 2 жыл бұрын
Thanks, I had issues getting Graphs working with HTTPS previously in ROSv7, is it still HTTP only?
@mikrotik
@mikrotik 2 жыл бұрын
Graphs in 7.5 should work fine with https
@matelotjim9035
@matelotjim9035 2 жыл бұрын
@@mikrotik Excellent, I'll give them another try in my EVE-NG sandbox.
@motomorphosi
@motomorphosi 2 жыл бұрын
CAN YOU MAKE VIDEO ABOUT USER MANAGER ?
@green-media-pl
@green-media-pl 2 жыл бұрын
Is it possible to show stats only for login user?
@mikrotik
@mikrotik 2 жыл бұрын
First, make a Queue for this specific user. You don't even need to specify any speed for this Queue. Then add new Graph rule, and specify allowed IP address to this user address.
@green-media-pl
@green-media-pl 2 жыл бұрын
@@mikrotik This is a great idea, I didn't know about it. I wrote it bad. I meant that I have remote access to login into the router and that's ok, but I would not like to show the whole world my stats, can it be limited
@mikrotik
@mikrotik 2 жыл бұрын
You can only limit by firewall, to block access from public interface to specific ports. Allow only from specific IP. Also - do not open the router to the whole world, this opens possibility of hacking. Allow access to your router only from secure VPN
@SB-qm5wg
@SB-qm5wg 2 жыл бұрын
rrd?
@takeiteasyeh
@takeiteasyeh 2 жыл бұрын
bestest ever
@ibrahim.eldakroury
@ibrahim.eldakroury 2 жыл бұрын
great video but i asked you to help me to get comment from ip-binding which has the same Mac-Address on Ip Hotspot users , to add it in comment with below script ip hotspot active :foreach i in=[find] do={ :local date [ /system clock get date] :local time [ /system clock get time] :global mac [get $i mac-address] :global add [get $i address] :global us [get $i user] :global inter [/ip ho get 0 interface] /ip hotspot user :foreach nm in=[find name=$us] do={ :global mac2 [get $nm mac-address] :if ( $mac ="$mac2") do={} else={ set $nm mac-address="$mac" address="$add" comment="$date at $time" }}}
Using the Profile tool in RouterOS
2:43
MikroTik
Рет қаралды 7 М.
Port knocking with MikroTik
11:36
MikroTik
Рет қаралды 17 М.
Lamborghini vs Smoke 😱
00:38
Topper Guild
Рет қаралды 18 МЛН
VLAN в Mikrotik
21:20
Mikrotik Training
Рет қаралды 64 М.
5 reasons to choose MikroTik
6:33
MikroTik
Рет қаралды 10 М.
This web UI for Ansible is so damn useful!
20:07
Christian Lempa
Рет қаралды 499 М.
Free local AI Server at Home: Step-by-Step Guide
14:24
Lepczynski Tech Cloud Adventures
Рет қаралды 3,9 М.
DO NOT design your network like this!! // FREE CCNA // EP 6
19:36
NetworkChuck
Рет қаралды 3,3 МЛН
So einfach ist Docker
16:14
c't 3003
Рет қаралды 161 М.
Python SSH
13:09
MikroTik
Рет қаралды 14 М.
NVIDIA’s New AI: Stunning Voice Generator!
6:21
Two Minute Papers
Рет қаралды 96 М.