Nightbell
Uptime monitoring that runs on your phone. No server, no account.
Lukas Hrehor Development Network Analyzer Notification System
Screenshots
Description
Point Nightbell at anything that answers over HTTP, or at one element on a
rendered web page, and it watches it, charts it, and gets loud when it
breaks.
There is no server and no account. The phone in your pocket does the
checking, and your API tokens and target URLs never leave the device.
Three kinds of monitor:
- Status check: hit a URL, assert on the status code.
- Request and response: pick the method, set headers and a body, assert
on what comes back (contains, equals, regex, or a JSON field by path).
- Page element: load the real page in an embedded browser and watch DOM
nodes you picked by tapping them.
Urgent alerts arrive as a full-screen red page with a looping alarm that
keeps going until you acknowledge it, and it wakes the screen even if the
phone is locked. A first-launch screen walks through the four Android
grants a paging app actually needs (notifications, unrestricted battery,
full-screen intent, Do Not Disturb access), because two of them have no
system dialog and have to be opened by hand.
A home-screen widget shows the worst monitor first. Settings let you shape
the alert policy: what counts as down, sound, haptics, escalation, and
quiet hours.
Signed with the developer's own key. No Play Store listing.
What’s new (3.0.5)
3.0.5
Answers a security review of 3.0.4 on the F-Droid merge request. The verdict was pass with recommendations, so nothing here was a defect, but three of the four were worth doing.
The cleartext policy moved out of the manifest into res/xml/network_security_config.xml. It still permits cleartext, because a lot of what people monitor has no certificate and never will: a NAS on a LAN address, a container on a homelab box, a printer. What changed is that the policy is now a file you can read a
Versions
Permissions
What the app asks the system for. Android only grants sensitive access after you confirm it.
- Internet accessSend and receive data over the internet.
- Network stateCheck whether and how the device is connected.
- VibrationControl the vibration alert.
- NotificationsShow notifications.
- Prevent sleepingKeep the device from going to sleep.
- Run at startupStart automatically after the device is switched on.
- USE_FULL_SCREEN_INTENT
- REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
Show 5 more permissions
- ACCESS_NOTIFICATION_POLICY
- POST_PROMOTED_NOTIFICATIONS
- Foreground serviceKeep running in the background, visible in the status bar.
- FOREGROUND_SERVICE_SPECIAL_USE
- nightbell.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
Comments