Skip to content

Commit

Permalink
rm system check
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Mar 26, 2024
1 parent 31ca500 commit 314a599
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 75 deletions.
73 changes: 0 additions & 73 deletions lib/check/system.py

This file was deleted.

2 changes: 0 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from lib.check.device import check_device
from lib.check.event import check_event
from lib.check.health import check_health
from lib.check.system import check_system
from lib.version import __version__ as version


Expand All @@ -11,7 +10,6 @@
'device': check_device,
'event': check_event,
'health': check_health,
'system': check_system,
}

probe = Probe('unifisite', version, checks)
Expand Down

0 comments on commit 314a599

Please sign in to comment.