Skip to content
Alex Myczko edited this page Jun 13, 2023 · 13 revisions

Welcome to the ruptime wiki!

Ideas what other data could be collected, or functions implemented.

Installation

  • Debian / Ubuntu waiting for the package to pass NEW queue (needs ACL)

  • non Debian based Linux builtin installer for easy distribution

  • macOS create a homebrew recipe

Features

  • add down details, since as the original
  • history data with graphs
  • web interface (framework7)
  • allow sleep/.zZ state besides up or down

Some sort of notification system (libnotify-bin)

notify-send -i ruptime "Hosts down $(ruptime|grep down$|wc -l)/$(ruptime|grep -v down$|wc -l)"

Network tee

https://unix.stackexchange.com/questions/595457/what-is-a-tee-equivalent-for-network-packets

https://code-maven.com/display-notification-from-the-mac-command-line

Notifications on

  • new host
  • host down
  • rnet changes
  • runame changes

Web interface without framework7

Clone this wiki locally