Nightbell
Uptime monitoring that runs on your phone. No server, no account.
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.10.0)
Checking for an update no longer tells GitHub anything. Nightbell asks its own site which version is current, so the one request it makes on your behalf goes to the people who wrote it rather than to a stranger. GitHub is still in Settings if you would rather it was asked instead.
That request is also the only way this app can know how many people use it. The site's log holds a timestamp, a status and the version string the app sends, and nothing else: no address, and no identifier that could j
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.
- Install appsStart the installation of other apps.
- USE_FULL_SCREEN_INTENT
Show 6 more permissions
- REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
- 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