Agility0971

joined 2 years ago
[–] Agility0971@lemmy.world 1 points 5 hours ago

How can you distinguish between "legitimate marketing" and some phishing email that looks like marketing material with a tracked unsubscribe link? Clicking on that unsubscribe link just lets them know email is active and its value has just been increased

[–] Agility0971@lemmy.world 1 points 5 hours ago

Hold up. Dont change stuff in /usr/lib/. That directory contains default settings that comes with packages. If you need to overwrite those settings use /etc for that.

[–] Agility0971@lemmy.world 1 points 1 week ago

You wont find any. Just think of it. Bad news / bad numbers would be a morale hit

[–] Agility0971@lemmy.world 1 points 1 week ago (1 children)

Its available on flathub, thats arguably better than any repos

1
submitted 3 months ago* (last edited 3 months ago) by Agility0971@lemmy.world to c/selfhosted@lemmy.world
 

I'm looking for a simple remote system monitoring and alerting tool. Nothing fancy. Do you know of any? Features:

  • monitors CPU, memory and disk space
  • can accept multiple hosts to watch
  • has some sort of alerting system
  • can be deployed as a single docker container
  • can be configured using a text file
  • configs can be imported and exported inside the docker compose file

I like uptime-kuma but it only records the uptime. Other containers I've found seemed to be overly complicated. They requires multiple docker containers for log aggregation etc...