# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 8
# self = https://watcher.sour.is/conv/mo57nvq
Anyone have any good server health monitoring (RAM usage, CPU usage, disk usage, etc)? I want to be able to also log these things for historical data and trend mapping.
@screem grafana I think, but I don't know of those kind of things myself
@screem Prometheus. I'll give you more details when I get back home (out at the moment)
@screem Prometheus. I'll give you more details when I get back home (out at the moment)
At a high level:

- Deploy Prometheus as your metrics storage and wiry engine
- Deploy Node_Exporter for scraping and exposing CPI, Memory, UI, Network and much more..
- Deploy Grafana for querying and dashboard
- Deploy AlertManager for alerting and notifications
At a high level:

- Deploy Prometheus as your metrics storage and wiry engine
- Deploy Node_Exporter for scraping and exposing CPI, Memory, UI, Network and much more..
- Deploy Grafana for querying and dashboard
- Deploy AlertManager for alerting and notifications
+1 for what @prologic recommended. having good optics into your systems is helpful. i found a second-hand tv for 20$ usd, mounted it on the wall, i can keep an eye on things and delude myself into thinking i'm running some sort of mission-control :-)
also will suggest:

- ensuring you persist your metrics data as it's nice to be able to look back for patterns (docker volume to tier2 storage like rusty-spinners is ace here)
- get to know grafana. use some of the dashboards that are available, edit them to learn how the queries and designs work.
- if you hook up alert-manager, give gotify a try.

if you have questions maybe we can have a chat on our weekend call