home.social

#rrdtool — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rrdtool, aggregated by home.social.

fetched live
  1. Install and Configure #Cacti on #AlmaLinux #VPS This article provides a guide demonstrating how to install and configure Cacti on AlmaLinux VPS.

    What Is Cacti?
    Cacti is an open-source network monitoring and ...
    Continued 👉 #rrdtool #mariadb #letsencrypt #selfhosting #opensource #selfhosted

    Install and Configure Cacti on...

  2. Install and Configure #Cacti on #AlmaLinux #VPS This article provides a guide demonstrating how to install and configure Cacti on AlmaLinux VPS.

    What Is Cacti?
    Cacti is an open-source network monitoring and ...
    Continued 👉 #rrdtool #selfhosting #opensource #mariadb #selfhosted #letsencrypt

    Install and Configure Cacti on...

  3. Install and Configure #Cacti on #AlmaLinux #VPS This article provides a guide demonstrating how to install and configure Cacti on AlmaLinux VPS.

    What Is Cacti?
    Cacti is an open-source network monitoring and graphing tool built on top of RRDtool. It’s designed to collect, store, and visualize time-series data from networks and systems.
    What Cacti Does

    Polls data from devices using ...
    Continued 👉 blog.radwebhosting.com/install #selfhosting #rrdtool #selfhosted #mariadb #letsencrypt #opensource

  4. Install and Configure #Cacti on #AlmaLinux #VPS This article provides a guide demonstrating how to install and configure Cacti on AlmaLinux VPS.

    What Is Cacti?
    Cacti is an open-source network monitoring and graphing tool built on top of RRDtool. It’s designed to collect, store, and visualize time-series data from networks and systems.
    What Cacti Does

    Polls data from devices using ...
    Continued 👉 blog.radwebhosting.com/install #selfhosting #rrdtool #letsencrypt #opensource #selfhosted #mariadb

  5. Install and Configure #Cacti on #AlmaLinux #VPS This article provides a guide demonstrating how to install and configure Cacti on AlmaLinux VPS.

    What Is Cacti?
    Cacti is an open-source network monitoring and ...
    Continued 👉 #rrdtool #selfhosting #mariadb #letsencrypt #opensource #selfhosted

    Install and Configure Cacti on...

  6. Install and Configure #Cacti on #AlmaLinux #VPS This article provides a guide demonstrating how to install and configure Cacti on AlmaLinux VPS.

    What Is Cacti?
    Cacti is an open-source network monitoring and graphing tool built on top of RRDtool. It’s designed to collect, store, and visualize time-series data from networks and systems.
    What Cacti Does

    Polls data from devices ...
    Continued 👉 blog.radwebhosting.com/install #mariadb #rrdtool #selfhosted #letsencrypt #opensource #selfhosting

  7. Install and Configure #Cacti on #AlmaLinux #VPS This article provides a guide demonstrating how to install and configure Cacti on AlmaLinux VPS.

    What Is Cacti?
    Cacti is an open-source network monitoring and ...
    Continued 👉 #letsencrypt #selfhosted #selfhosting #opensource #rrdtool #mariadb

    Install and Configure Cacti on...

  8. Install and Configure #Cacti on #AlmaLinux #VPS This article provides a guide demonstrating how to install and configure Cacti on AlmaLinux VPS.

    What Is Cacti?
    Cacti is an open-source network monitoring and graphing tool built on top of RRDtool. It’s designed to collect, store, and visualize time-series data from networks and systems.
    What Cacti Does

    Polls data from devices ...
    Continued 👉 blog.radwebhosting.com/install #rrdtool #selfhosting #selfhosted #opensource #mariadb #letsencrypt

  9. Install and Configure #Cacti on #AlmaLinux #VPS This article provides a guide demonstrating how to install and configure Cacti on AlmaLinux VPS.

    What Is Cacti?
    Cacti is an open-source network monitoring and ...
    Continued 👉 #letsencrypt #opensource #mariadb #selfhosting #selfhosted #rrdtool

    Install and Configure Cacti on...

  10. Install and Configure #Cacti on #AlmaLinux #VPS This article provides a guide demonstrating how to install and configure Cacti on AlmaLinux VPS.

    What Is Cacti?
    Cacti is an open-source network monitoring and graphing tool built on top of RRDtool. It’s designed to collect, store, and visualize time-series data from networks and systems.
    What Cacti Does

    Polls data from devices ...
    Continued 👉 blog.radwebhosting.com/install #selfhosting #mariadb #rrdtool #opensource #letsencrypt #selfhosted

  11. Install and Configure #Cacti on #AlmaLinux #VPS This article provides a guide demonstrating how to install and configure Cacti on AlmaLinux VPS.

    What Is Cacti?
    Cacti is an open-source network monitoring and graphing tool built on top of RRDtool. It’s designed to collect, store, and visualize time-series data from networks and systems.
    What Cacti Does

    Polls data from devices ...
    Continued 👉 blog.radwebhosting.com/install #selfhosted #mariadb #rrdtool #letsencrypt #selfhosting #opensource

  12. Мониторинг с RRD

    Если у вас есть какая-то система мониторинга чего-то - наверняка там есть какие-то показатели, которые актуальны здесь и сейчас: для метеостанции - температура, для роутера - трафик, для сервера - нагрузка, и т.д. - в общем, какая-то актуальная величина. Но кроме онлайн-значений - может быть полезен график, например за ближайшие сутки, или за месяц, или за год - чтобы можно было оценивать тренды. Или наоборот: иногда происходит какое-то событие, достаточно редкое (сбой, или наоборот срабатывание), но хотелось бы понимать, насколько часто, и не меняется ли его частота в разные периоды - ведь это может быть признаком более серьезной проблемы. Самое очевидное решение - писать данные в базу. Но такая таблица будет постоянно расти, занимать всё больше места, а выборка за прошлый период может отрабатывать довольно долго, особенно если требуется уместить целый год в 900 пикселей графика. Когда-то и я наступил на эти грабли - когда база на MongoDB распухла так, что не влезла в 32-битный компьютер. Но это другая история. При этом мало кому нужно точно знать, какая температура была на датчике 26 июля 2016 года в 14:33:15 - чаще достаточно просто усредненных значений. Вот как раз для подобного давным-давно люди придумали RRD - Round-robin database

    habr.com/ru/articles/1040890/

    #rrdtool #linux #inetd

  13. Install and Configure #Cacti on #AlmaLinux #VPS This article provides a guide demonstrating how to install and configure Cacti on AlmaLinux VPS. What Is Cacti? Cacti is an open-source network monitoring and ... Continued 👉 #rrdtool #mariadb #letsencrypt #selfhosting #selfhosted #opensource

  14. Install and Configure #Cacti on #AlmaLinux #VPS This article provides a guide demonstrating how to install and configure Cacti on AlmaLinux VPS. What Is Cacti? Cacti is an open-source network monitoring and ... Continued 👉 #selfhosting #letsencrypt #selfhosted #rrdtool #opensource #mariadb

  15. @rpimag I gave MicroPython a whirl (as CircuitPython doesn't support Bluetooth on the the Pico W) and wrote questionable code that scans BLE for Inkbird ITH-11-B Thermo-Hygrometers every few minutes and relays the data (humidity/temperature/battery level/rssi/MAC address) to my MQTT server over WiFi.

    I then have another script which saves the data from MQTT and graphs using RRDtool.

    #MakerMonday #Micropython #Inkbird #RRDtool #MQTT

  16. Need to look up how to filter these weird spikes
    (DERIVE)
    #rrdtool

  17. I don’t need to stare at your personal activity. I just need to hear the hum of the group to know everything seems ok.

    #SearXNG #monitoring #Observability #RRDtool #Privacy

  18. Wenn du glaubst, du hättest mit #sendmail.cf und Rechenoperationen in #rrdtool alles an Kryptik gesehen, bist du beim Stromzähler-Parser von #Tasmota genau richtig. 🤯 tasmota.github.io/docs/Smart-M

  19. @oetiker Oetiker... da war doch was... ach ja. ☺️ Danke für coole OSS. #rrdtool #mrtg

  20. @Hipska #RRDtool works great! In this case we are using #LibreNMS to monitor various systems and I hand crafted an RRDTool command to combine a couple datapoints into one graph.

  21. My #server seems to be fine, even without swap space. The available #memory is slowly decreasing though, so I should keep an eye on it. #rrdtool

  22. @jselea TIL #OmniOS Community Edition Association’s president is @oetiker, also developer of #RRDtool and the #Perl based #MRTG and #SmokePing

  23. Welcome @oetiker !!! Good to see our "childhood heroes" come here as well. Thanks for all your work! Made our lives so much easier #rrdtool

  24. @nixer you could kick it old school and have a page of graphs from or maybe Cacti offers a public view: cacti.net/