Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 2, 2020 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/b4a1223cf78523a36012fa13f3f348a3 to your computer and use it in GitHub Desktop.
Save r-ryantm/b4a1223cf78523a36012fa13f3f348a3 to your computer and use it in GitHub Desktop.
/nix/store/47zqvsxdk1djri7mryvv3faqrzbyi6hj-keepalived-2.1.5
├── bin
│   ├── genhash
│   └── keepalived
├── etc
│   ├── keepalived
│   │   ├── keepalived.conf
│   │   └── samples
│   │   ├── client.pem
│   │   ├── dh1024.pem
│   │   ├── keepalived.conf.conditional_conf
│   │   ├── keepalived.conf.fwmark
│   │   ├── keepalived.conf.HTTP_GET.port
│   │   ├── keepalived.conf.inhibit
│   │   ├── keepalived.conf.IPv6
│   │   ├── keepalived.conf.misc_check
│   │   ├── keepalived.conf.misc_check_arg
│   │   ├── keepalived.conf.PING_CHECK
│   │   ├── keepalived.conf.quorum
│   │   ├── keepalived.conf.sample
│   │   ├── keepalived.conf.SMTP_CHECK
│   │   ├── keepalived.conf.SSL_GET
│   │   ├── keepalived.conf.status_code
│   │   ├── keepalived.conf.track_interface
│   │   ├── keepalived.conf.UDP_CHECK
│   │   ├── keepalived.conf.virtualhost
│   │   ├── keepalived.conf.virtual_server_group
│   │   ├── keepalived.conf.vrrp
│   │   ├── keepalived.conf.vrrp.localcheck
│   │   ├── keepalived.conf.vrrp.lvs_syncd
│   │   ├── keepalived.conf.vrrp.routes
│   │   ├── keepalived.conf.vrrp.rules
│   │   ├── keepalived.conf.vrrp.scripts
│   │   ├── keepalived.conf.vrrp.static_ipaddress
│   │   ├── keepalived.conf.vrrp.sync
│   │   ├── root.pem
│   │   ├── sample.misccheck.smbcheck.sh
│   │   └── sample_notify_fifo.sh
│   └── sysconfig
│   └── keepalived
├── sbin -> bin
└── share
├── doc
│   └── keepalived
│   └── README
├── man
│   ├── man1
│   │   └── genhash.1.gz
│   ├── man5
│   │   └── keepalived.conf.5.gz
│   └── man8
│   └── keepalived.8.gz
└── snmp
└── mibs
└── KEEPALIVED-MIB.txt
15 directories, 39 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment