{"id":26023753,"url":"https://github.com/mapiiik/watcher-nms","last_synced_at":"2025-03-06T11:25:32.866Z","repository":{"id":37589389,"uuid":"240698186","full_name":"Mapiiik/Watcher-NMS","owner":"Mapiiik","description":"Watcher NMS - Network management system for ISPs","archived":false,"fork":false,"pushed_at":"2025-02-02T16:40:10.000Z","size":3907,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"3.x","last_synced_at":"2025-03-06T02:14:55.048Z","etag":null,"topics":["access-points","cakephp","contacts-management","docker-compose","electricity-readings","google-maps","ip-address-management","isp","nms","php","radio-links","routeros","wisp"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mapiiik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2020-02-15T11:38:07.000Z","updated_at":"2025-02-02T16:40:14.000Z","dependencies_parsed_at":"2023-12-18T08:30:36.977Z","dependency_job_id":"4de8a992-2150-4eec-b039-3e472968c22f","html_url":"https://github.com/Mapiiik/Watcher-NMS","commit_stats":{"total_commits":497,"total_committers":2,"mean_commits":248.5,"dds":0.1569416498993964,"last_synced_commit":"b0faf27c009fbd609b0fad2438cd74d07ae0c334"},"previous_names":[],"tags_count":71,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mapiiik%2FWatcher-NMS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mapiiik%2FWatcher-NMS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mapiiik%2FWatcher-NMS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mapiiik%2FWatcher-NMS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mapiiik","download_url":"https://codeload.github.com/Mapiiik/Watcher-NMS/tar.gz/refs/heads/3.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242198901,"owners_count":20088132,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["access-points","cakephp","contacts-management","docker-compose","electricity-readings","google-maps","ip-address-management","isp","nms","php","radio-links","routeros","wisp"],"created_at":"2025-03-06T11:25:32.159Z","updated_at":"2025-03-06T11:25:32.859Z","avatar_url":"https://github.com/Mapiiik.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Watcher NMS\n\n[![Total Downloads](https://img.shields.io/packagist/dt/mapik/watcher-nms.svg?style=flat-square)](https://packagist.org/packages/mapik/watcher-nms)\n[![PHPStan](https://img.shields.io/badge/PHPStan-level%206-brightgreen.svg?style=flat-square)](https://github.com/phpstan/phpstan)\n\nThe framework source code can be found here: [cakephp/cakephp](https://github.com/cakephp/cakephp).\n\n## Description\n- Network Management System for evidence of access points, used devices, electricity meter readings and etc.\n- can automatically load RouterOS devices (via SNMP) based on HTTP/S request from device itself - it describes own device type identifier (must be defined in system)\n- it can automatically check interferences with Czech weather radar stations\n\n## Usage\nExample of scheduler for RouterOS device:\n```\n/tool fetch url=(\"https://nms.watcher.domain/routeros-devices/configuration-script/{device-type-identifier}/\" . [/system routerboard get serial-number] . \"/watcher-config.rsc\")\n:delay 5\n/file remove watcher-config.rsc\n```\n\nif you want also to change admin password to one generated by system based on serial number and SALT set in system, you can use this...\n\n```\n/tool fetch url=(\"https://nms.watcher.domain/routeros-devices/configuration-script/{device-type-identifier}/\" . [/system routerboard get serial-number] . \"/watcher-config.rsc\")\n/import watcher-config.rsc\n:delay 5\n/file remove watcher-config.rsc\n```\n\nPassword can be found under View of this RouterOS Device\n## Installation\n\n1. Download [Composer](https://getcomposer.org/doc/00-intro.md) or update `composer self-update`.\n2. Run `php composer.phar create-project --prefer-dist mapik/watcher-nms [app_name]`.\n\nIf Composer is installed globally, run\n\n```bash\ncomposer create-project --prefer-dist mapik/watcher-nms\n```\n\nIn case you want to use a custom app dir name (e.g. `/myapp/`):\n\n```bash\ncomposer create-project --prefer-dist mapik/watcher-nms myapp\n```\n\nYou can now either use your machine's webserver to view the default home page, or start\nup the built-in webserver with:\n\n```bash\nbin/cake server -p 8765\n```\n\nThen visit `http://localhost:8765` to see the welcome page.\n\n## Configuration\n\nCreate and edit the `config/.env` or set system environment variables (eg. for Docker).\n\n## Layout\n\nThe app uses [Milligram](https://milligram.io/) (v1.3) minimalist CSS\nframework.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapiiik%2Fwatcher-nms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmapiiik%2Fwatcher-nms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapiiik%2Fwatcher-nms/lists"}