{"id":22570623,"url":"https://github.com/soltanoff/systemd_watcher","last_synced_at":"2026-04-15T18:31:36.279Z","repository":{"id":41948194,"uuid":"154037466","full_name":"soltanoff/systemd_watcher","owner":"soltanoff","description":"Systemd watcher: Python wrapper for services based on dbus systemd and session manager interfaces","archived":false,"fork":false,"pushed_at":"2026-03-23T05:41:38.000Z","size":761,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-24T01:59:14.629Z","etag":null,"topics":["d-bus","dbus","django","django-rest-framework","python3","systemctl","systemctl-command","systemctl-status","systemd-unit","systemd-watcher","vuejs2"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/soltanoff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-10-21T18:04:51.000Z","updated_at":"2026-03-23T05:40:37.000Z","dependencies_parsed_at":"2024-11-23T15:25:30.869Z","dependency_job_id":"affa9366-a660-46db-9141-c5ff7d262325","html_url":"https://github.com/soltanoff/systemd_watcher","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/soltanoff/systemd_watcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soltanoff%2Fsystemd_watcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soltanoff%2Fsystemd_watcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soltanoff%2Fsystemd_watcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soltanoff%2Fsystemd_watcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soltanoff","download_url":"https://codeload.github.com/soltanoff/systemd_watcher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soltanoff%2Fsystemd_watcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31854665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["d-bus","dbus","django","django-rest-framework","python3","systemctl","systemctl-command","systemctl-status","systemd-unit","systemd-watcher","vuejs2"],"created_at":"2024-12-08T01:10:44.726Z","updated_at":"2026-04-15T18:31:36.261Z","avatar_url":"https://github.com/soltanoff.png","language":"CSS","readme":"# systemd service watcher\n\n**`systemd`** is a suite of basic building blocks for a Linux system.\nIt provides a system and service manager that runs as `PID 1` and starts the rest of the system.\n\n**`systemd`** provides aggressive parallelization capabilities, uses socket and **_D-Bus_** activation for starting\nservices, offers on-demand starting of daemons, keeps track of processes using Linux control groups, maintains mount and\nautomount points, and implements an elaborate transactional dependency-based service control logic.\n\n**`systemd`** supports _**SysV**_ and _**LSB**_ init scripts and works as a replacement for sysvinit. Other parts\ninclude a logging daemon, utilities to control basic system configuration like the hostname, date, locale, maintain a\nlist of logged-in users and running containers and virtual machines, system accounts, runtime directories and settings,\nand daemons to manage simple network configuration, network time synchronization, log forwarding, and name resolution.\n\n## Config\n\nConfig examples here [.env.default](.env.default).\n\n## How to run\n\nFill your database and run Django development server:\n\n```shell\nsudo apt-get install libdbus-glib-1-dev libdbus-1-dev\npip3 install -r requirements.txt\npython manage.py makemigrations\npython manage.py migrate\npython manage.py collectstatic\n```\n\nTo run with a docker compose:\n\n```shell\ndocker-compose up\n```\n\nTo run as `systemctl` unit:\n\n* Move [systemd_watcher.service](systemd_watcher.service) file to `systemctl` service files\n  directory (`/etc/systemd/system/`)\n* Run this commands:\n\n```shell\nsudo systemctl enable systemd_watcher.service\nsudo systemctl daemon-reload\nsudo systemctl start systemd_watcher.service\n```\n\n## The note\n\nDue to the `simplicity` of authorization and authentication, use this service only at `stages` and `preprod`. If you\nstill use it on `production`, then you need to deny access to the service **outside**, only for local use\non `production`.\n\n## Screens\n\n##### Example #1: Main page\n\n![Main page](assets/demo_1.png)\n\n##### Example #2: Inactive services\n\n![Main page](assets/demo_2.png)\n\n##### Example #3: Failed services\n\n![Main page](assets/demo_3.png)\n\n##### Example #4: Failed services\n\n![Failed services](assets/demo_4.png)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoltanoff%2Fsystemd_watcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoltanoff%2Fsystemd_watcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoltanoff%2Fsystemd_watcher/lists"}