{"id":26223381,"url":"https://github.com/stellaraf/meraki-reboot","last_synced_at":"2026-04-26T19:31:16.330Z","repository":{"id":64305486,"uuid":"386439573","full_name":"stellaraf/meraki-reboot","owner":"stellaraf","description":"Reboot Meraki devices because they're terrible","archived":false,"fork":false,"pushed_at":"2021-07-17T15:04:38.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-12T22:43:11.478Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause-clear","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stellaraf.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}},"created_at":"2021-07-15T22:26:04.000Z","updated_at":"2021-07-22T18:17:34.000Z","dependencies_parsed_at":"2022-12-06T11:31:41.064Z","dependency_job_id":null,"html_url":"https://github.com/stellaraf/meraki-reboot","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/stellaraf/meraki-reboot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellaraf%2Fmeraki-reboot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellaraf%2Fmeraki-reboot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellaraf%2Fmeraki-reboot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellaraf%2Fmeraki-reboot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stellaraf","download_url":"https://codeload.github.com/stellaraf/meraki-reboot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellaraf%2Fmeraki-reboot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32310804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T19:15:34.056Z","status":"ssl_error","status_checked_at":"2026-04-26T19:15:15.467Z","response_time":129,"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":[],"created_at":"2025-03-12T17:32:17.573Z","updated_at":"2026-04-26T19:31:16.302Z","avatar_url":"https://github.com/stellaraf.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cbr/\u003e\n  \u003cimg src=\"https://res.cloudinary.com/stellaraf/image/upload/v1604277355/stellar-logo-gradient.svg\" width=300 /\u003e\n  \u003cbr/\u003e\n  \u003ch3\u003emeraki-reboot\u003c/h3\u003e\n  \u003cbr/\u003e\n  \u003ca href=\"https://github.com/stellaraf/meraki-reboot/actions?query=workflow%3Agoreleaser\"\u003e\n    \u003cimg alt=\"GitHub Workflow Status\" src=\"https://img.shields.io/github/workflow/status/stellaraf/meraki-reboot/goreleaser?color=9100fa\u0026style=for-the-badge\"\u003e\n  \u003c/a\u003e\n  \u003cbr/\u003e\n  \n  Reboot multiple Cisco Meraki devices\n\n\u003c/div\u003e\n\n## Usage\n\n### Download the latest [release](https://github.com/stellaraf/meraki-reboot/releases/latest)\n\nThere are multiple builds of the release, for different CPU architectures/platforms:\n\nThere are multiple builds of the release, for different CPU architectures/platforms. Download and unpack the release for your platform:\n\n```shell\nwget \u003crelease url\u003e\ntar xvfz \u003crelease file\u003e meraki-reboot\n```\n\n### Run the binary\n\n```console\n$ ./meraki-reboot --help\n\nmeraki-reboot 0.2.2\n  Reboot shit tons of Meraki devices because Meraki is terrible\n\nOptions:\n\n  -h, --help   display help information\n\nCommands:\n\n  help         Display Help Information\n  devices      List all matched devices\n  reboot       Reboot one device\n  reboot-all   Reboot all devices\n  slack        Send a test Slack message\n```\n\n```console\n$ ./meraki-reboot devices --help\nList all matched devices\n\nOptions:\n\n  -h, --help         display help information\n  -o, --org          Meraki Organization Name\n  -n, --network      Meraki Network Name\n  -e, --exclusions   Comma-separated list of tags to exclude from the results\n```\n\n```console\n$ ./meraki-reboot reboot --help\nReboot one device\n\nOptions:\n\n  -h, --help     display help information\n  -s, --serial   Device serial number\n```\n\n```console\n$ ./meraki-reboot reboot-all --help\nReboot all devices\n\nOptions:\n\n  -h, --help         display help information\n  -o, --org          Meraki Organization Name\n  -n, --network      Meraki Network Name\n  -e, --exclusions   Comma-separated list of tags to exclude from the results\n  -w, --wait[=1]     Seconds to wait between reboots\n```\n\n```console\n$ ./meraki-reboot slack --help\nSend a test Slack message\n\nOptions:\n\n  -h, --help      display help information\n  -m, --message   Message\n  -s, --success   Success status\n```\n\n### Environment Variables\n\nAll of the below environment variables are required for meraki-reboot to run.\n\n| Name                      | Default                      | Description                                                                                     |\n| :------------------------ | :--------------------------- | :---------------------------------------------------------------------------------------------- |\n| `MERAKI_API_KEY`          |                              | Meraki Dashboard API Key                                                                        |\n| `MERAKI_REBOOT_LOG_FILE`  | `/var/log/meraki-reboot.log` | Path to a log file to which logs will be written.                                               |\n| `MERAKI_REBOOT_SLACK_URL` |                              | Slack incoming webhook URL. Success or failure messages will be posted to slack after each run. |\n\n## Creating a New Release\n\nThis project uses [GoReleaser](https://goreleaser.com/) to manage releases. After completing code changes and committing them via Git, be sure to tag the release before pushing:\n\n```\ngit tag \u003crelease\u003e\n```\n\nOnce a new tag is pushed, GoReleaser will automagically create a new build \u0026 release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstellaraf%2Fmeraki-reboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstellaraf%2Fmeraki-reboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstellaraf%2Fmeraki-reboot/lists"}