Skip to content

Instantly share code, notes, and snippets.

View gk1's full-sized avatar

Greg Kennedy gk1

View GitHub Profile
@gk1
gk1 / couchclone.sh
Created September 3, 2024 15:55 — forked from ruhnet/couchclone.sh
Create (if necessary) and replicate all databases from a couchdb server to another one
#!/bin/sh
#
# Janos Kasza (@janoskk)
# Modified by Ruel Tmeizeh @ruhnet
#
# Creates (if necessary) and replicates all databases from a couchdb server to another one
#
if [ -z "$2" ]; then
cat <<EOF
@gk1
gk1 / sup-commands.md
Created September 3, 2024 15:55 — forked from ruhnet/sup-commands.md
All Kazoo 4.2.x sup-commands
@gk1
gk1 / 2600Hz_Kazoo.md
Created August 23, 2024 01:04 — forked from ruhnet/2600Hz_Kazoo.md
2600Hz Kazoo 4.3 Notes

RuhNet: 2600Hz Kazoo Notes

Cluster Topology Possibilities

Any service can be separated and run on its own server. Commonly used config:

  • Kazoo Servers: HAProxy, RabbitMQ, Kamailio SIP Proxy, Kazoo eCall Manager, Kazoo Applications, (Monster UI)
  • Freeswitch Servers: HAProxy, Freeswitch
  • Bigcouch Database Servers: Bigcouch or CouchDB (I use CouchDB v3.0)
@gk1
gk1 / KazooCentos7DigitalOcean.md
Created August 23, 2024 01:04 — forked from ruhnet/KazooCentos7DigitalOcean.md
Kazoo Centos 7 Cluster on Digital Ocean

Kazoo Cluster on CentOS 7 ON DIGITALOCEAN

This file provided by "fink" in #2600hz on Freenode

Prerequisites

Set Hostname

Ensure the hostname is set appropriately. Modify as required and reboot, if needed.

Environment Variables

@gk1
gk1 / delete.sh
Created March 12, 2020 00:28 — forked from RLovelett/delete.sh
Delete ZFS snapshots from dataset one-liner
zfs list -r -H -t snapshot -o name stream/lxc/stash | xargs -n1 zfs destroy
@gk1
gk1 / README.md
Created December 7, 2017 19:23 — forked from hofmannsven/README.md
My simply Git Cheatsheet