EOS. What Munin is?

Attic Lab
Attic Lab
Published in
2 min readSep 22, 2018

Friends, as you know, developers of every BPs or candidate to BPs work hard and try to improve EOS Ecosystem, developing new Dapps, improving blockchain and whatnot.

So, what’s Munin?

Munin is system of monitoring that works on base of plugins which give out metrics on which graphs are built.

Let’s take a loon on good example with JungleNet (EOS TestNet)

http://junglebp.atticlab.net/ATTICLAB.NET/JUNGLEBP.ATTICLAB.NET/

It’s monitoring of Jungle TestNet server!

You should know that plugin can be written in any language!

Attic Lab created set of plugins for EOS node:

https://github.com/atticlab/eos-munin-plugins

Node memory consumption

eos_mem
http://junglebp.atticlab.net/ATTICLAB.NET/JUNGLEBP.ATTICLAB.NET/eosmem.html

This one shows head block number and last irreversible block number

eos_chain
http://junglebp.atticlab.net/ATTICLAB.NET/JUNGLEBP.ATTICLAB.NET/eos_chain.html

This plugin is for specified EOS account in config (for example, BPs one)

eos_balance — EOS balance for account
http://junglebp.atticlab.net/ATTICLAB.NET/JUNGLEBP.ATTICLAB.NET/eos_balance.html

EOS memory quota for account

eos_quoata
http://junglebp.atticlab.net/ATTICLAB.NET/JUNGLEBP.ATTICLAB.NET/eos_quota.html

This set of plugins can be used by BPs as well as by common user!

--

--