Snitch alternatives and similar packages
Based on the "Other Software" category.
Alternatively, view Snitch alternatives based on common mentions on social networks and blogs.
-
Seaweed File System
DISCONTINUED. SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding. [Moved to: https://github.com/seaweedfs/seaweedfs] -
Gor
GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes. -
rkt
DISCONTINUED. An App Container runtime that integrates with init systems, is compatible with other container formats like Docker, and supports alternative execution engines like KVM. -
toxiproxy
:alarm_clock: :fire: A TCP proxy to simulate network and system conditions for chaos and resiliency testing -
scc
Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go -
Juju
Orchestration engine that enables the deployment, integration and lifecycle management of applications at any scale, on any infrastructure (Kubernetes or otherwise). -
Documize
Modern Confluence alternative designed for internal & external docs, built with Go + EmberJS -
GoDNS
A dynamic DNS client tool that supports AliDNS, Cloudflare, Google Domains, DNSPod, HE.net & DuckDNS & DreamHost, etc, written in Go. -
Guora
🖖🏻 A self-hosted Quora like web application written in Go 基于 Golang 类似知乎的私有部署问答应用 包含问答、评论、点赞、管理后台等功能 -
mockingjay
Fake server, Consumer Driven Contracts and help with testing performance from one configuration file with zero system dependencies and no coding whatsoever -
ipe
DISCONTINUED. An open source Pusher server implementation compatible with Pusher client libraries written in GO -
hotswap
A complete solution to reload your go code without restarting your server, interrupting or blocking any ongoing procedure.
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Snitch or a related project?
Popular Comparisons
README
Snitch
Keep updated about each deploy via Tsuru.
This program will notify your team and many tools when someone has deployed any application via Tsuru.
Quick Start
First one, you have to create a hook's configuration file. This file describe wich hook will be dispatched and the your configurations (e.g webhook_url).
You can add this code into your file, hardcode mode:
slack:
webhook_url: http://your.webhook.here
or using environment variable:
slack:
webhook_url: $SLACK_WEBHOOK_URL
So now, You must add this code into your file (tsuru.yaml
or tsuru.yml
) located in the root of the application at hook's section.
hooks:
build:
- curl -sSL https://github.com/lucasgomide/snitch/releases/download/0.1.0/snitch_0.1.0_linux_amd64.tar.gz | tar xz
- ./snitch_linux/snitch -c path/snitch_config.yml
Put the hook's configuration file path as argument for the -c option.
Options
-c
This option indicates where's the file with the hook's configurations see more.
-app-name-contains
Use it to validate if the snitch should be run. If you tsuru app name does not match it the value of -app-name-contains
, the program will stop, and no errors will be raised.
Hook's Configurations
Here is all avaliables hook's configurations and your descriptions. Remember that you may use environment variables to define the options's values.
Slack
- webhook_url Indicates the Webhook URL to dispatch messages to Slack.
Sentry
- host Tell to Snitch your sentry host (e.g http://sentry.io or http://sentry.self.hosted)
- organization_slug The organization slug is a unique ID used to identify your organization. (You'll find it at your sentry's configuration, probably)
- project_slug The Project Slug is a unique ID used to identify your project (You'll find it at your project config)
- auth_token The token used to authenticate on Sentry API. To generate a new token, you have to access manager auth tokens then create a token. If you are using Sentry self hosted, you need change the domain sentry.io to your own domain, example: sentry.snitch.com/api. Find more information on Sentry documentation
- env The application's environment variable (e.g development, production)
Rollbar
- access_token The access token with
post_server_item
scope. You can find more here - env The application's environment variable (e.g development, production)
- access_token The access token with
NewRelic
- host Tell to Snitch your NewRelic API host (e.g https://api.newrelic.com)
- application_id The application ID is a unique ID used to identify your application in APM. (You'll find it at the end of the application's page URL)
- api_key The API Key to use the NewRelic REST API. You can find more here
- revision The application's current revision (e.g 0.0.1r42)
HangoutsChat
- webhook_url Indicates the Webhook URL to dispatch messages to HangoutsChat Room.