Cyborgscode / Personal-Voice-Assistent

Building a fully featured and localized voice assistant for Linux
141 stars 6 forks source link

FR: pc zustand überwachen / watchdog for load, diskspace etc. #15

Closed Cyborgscode closed 1 year ago

Cyborgscode commented 1 year ago

Goal: notice user if pc is overloading ( load / cpucores > 1 ) Goal: alert user if diskspace dramatically dropping if below a threshold.

Cyborgscode commented 1 year ago

ggf. noch remote Überwachungsmodule dranhängen..

Cyborgscode commented 1 year ago

Schritt 1: Loadüberwachung hinzugefügt.

Cyborgscode commented 1 year ago

PLUGIN SYSTEM added / hinzugefügt

NOW IS YOUR TIME GUYS ... WRITE PLUGINS \o/

Moini commented 1 year ago

PLUGIN SYSTEM added / hinzugefügt

NOW IS YOUR TIME GUYS ... WRITE PLUGINS \o/

That's cool, but how? Are there instructions anywhere?

Cyborgscode commented 1 year ago

Yes, in the README.md inside /plugins/ and you can use LoadTask as a base if you like.

Cyborgscode commented 1 year ago

Diskspace warning added.