├── redskull-agent ├── .buildno ├── .gitignore ├── rpcclient │ ├── example_client │ │ ├── .gitignore │ │ └── main.go │ ├── doc.go │ └── client.go ├── Godeps │ ├── Readme │ └── Godeps.json └── lib │ └── pod.go ├── redskull-controller ├── html │ ├── templates │ │ ├── allpods-table.html │ │ ├── failover-requested.html │ │ ├── sentineladdpost.html │ │ ├── rebalance_complete.html │ │ ├── reset-issued.html │ │ ├── removepod.html │ │ ├── addsentinel.html │ │ ├── slave-added.html │ │ ├── podaddpost.html │ │ ├── add-slave-form.html │ │ ├── balance-pod.html │ │ ├── addpod.html │ │ └── show-pods-in-error.html │ └── static │ │ ├── .gitignore │ │ ├── img │ │ ├── avatar.png │ │ ├── icons.png │ │ ├── user.jpg │ │ ├── user2.jpg │ │ ├── avatar04.png │ │ ├── avatar2.png │ │ ├── avatar3.png │ │ ├── avatar5.png │ │ ├── user-bg.png │ │ ├── ajax-loader.gif │ │ ├── credit │ │ │ ├── visa.png │ │ │ ├── cirrus.png │ │ │ ├── mestro.png │ │ │ ├── paypal.png │ │ │ ├── paypal2.png │ │ │ ├── mastercard.png │ │ │ └── american-express.png │ │ ├── ajax-loader1.gif │ │ ├── sprite-skin-flat.png │ │ ├── sprite-skin-nice.png │ │ ├── blur-background04.jpg │ │ ├── blur-background08.jpg │ │ ├── blur-background09.jpg │ │ └── bootstrap-colorpicker │ │ │ ├── hue.png │ │ │ ├── alpha.png │ │ │ ├── saturation.png │ │ │ ├── hue-horizontal.png │ │ │ └── alpha-horizontal.png │ │ ├── js │ │ └── plugins │ │ │ ├── input-mask │ │ │ ├── phone-codes │ │ │ │ └── readme.txt │ │ │ └── jquery.inputmask.phone.extensions.js │ │ │ ├── ckeditor │ │ │ ├── plugins │ │ │ │ ├── icons.png │ │ │ │ ├── icons_hidpi.png │ │ │ │ ├── link │ │ │ │ │ └── images │ │ │ │ │ │ ├── anchor.png │ │ │ │ │ │ └── hidpi │ │ │ │ │ │ └── anchor.png │ │ │ │ ├── image │ │ │ │ │ └── images │ │ │ │ │ │ └── noimage.png │ │ │ │ ├── magicline │ │ │ │ │ └── images │ │ │ │ │ │ ├── icon.png │ │ │ │ │ │ └── hidpi │ │ │ │ │ │ └── icon.png │ │ │ │ ├── about │ │ │ │ │ └── dialogs │ │ │ │ │ │ ├── logo_ckeditor.png │ │ │ │ │ │ ├── hidpi │ │ │ │ │ │ └── logo_ckeditor.png │ │ │ │ │ │ └── about.js │ │ │ │ ├── fakeobjects │ │ │ │ │ └── images │ │ │ │ │ │ └── spacer.gif │ │ │ │ ├── dialog │ │ │ │ │ └── dialogDefinition.js │ │ │ │ ├── specialchar │ │ │ │ │ └── dialogs │ │ │ │ │ │ └── lang │ │ │ │ │ │ └── _translationstatus.txt │ │ │ │ ├── a11yhelp │ │ │ │ │ └── dialogs │ │ │ │ │ │ └── lang │ │ │ │ │ │ ├── _translationstatus.txt │ │ │ │ │ │ ├── zh-cn.js │ │ │ │ │ │ └── zh.js │ │ │ │ ├── scayt │ │ │ │ │ ├── README.md │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── toolbar.css │ │ │ │ │ └── LICENSE.md │ │ │ │ └── wsc │ │ │ │ │ ├── README.md │ │ │ │ │ ├── dialogs │ │ │ │ │ └── wsc.css │ │ │ │ │ └── LICENSE.md │ │ │ ├── skins │ │ │ │ └── moono │ │ │ │ │ ├── icons.png │ │ │ │ │ ├── icons_hidpi.png │ │ │ │ │ └── images │ │ │ │ │ ├── arrow.png │ │ │ │ │ ├── close.png │ │ │ │ │ ├── lock.png │ │ │ │ │ ├── refresh.png │ │ │ │ │ ├── hidpi │ │ │ │ │ ├── close.png │ │ │ │ │ ├── lock.png │ │ │ │ │ ├── refresh.png │ │ │ │ │ └── lock-open.png │ │ │ │ │ └── lock-open.png │ │ │ ├── config.js │ │ │ └── README.md │ │ │ ├── datepicker │ │ │ └── locales │ │ │ │ ├── bootstrap-datepicker.kr.js │ │ │ │ ├── bootstrap-datepicker.gl.js │ │ │ │ ├── bootstrap-datepicker.ja.js │ │ │ │ ├── bootstrap-datepicker.hr.js │ │ │ │ ├── bootstrap-datepicker.zh-CN.js │ │ │ │ ├── bootstrap-datepicker.az.js │ │ │ │ ├── bootstrap-datepicker.cy.js │ │ │ │ ├── bootstrap-datepicker.he.js │ │ │ │ ├── bootstrap-datepicker.ms.js │ │ │ │ ├── bootstrap-datepicker.no.js │ │ │ │ ├── bootstrap-datepicker.ca.js │ │ │ │ ├── bootstrap-datepicker.rs.js │ │ │ │ ├── bootstrap-datepicker.th.js │ │ │ │ ├── bootstrap-datepicker.bg.js │ │ │ │ ├── bootstrap-datepicker.el.js │ │ │ │ ├── bootstrap-datepicker.es.js │ │ │ │ ├── bootstrap-datepicker.nl.js │ │ │ │ ├── bootstrap-datepicker.sl.js │ │ │ │ ├── bootstrap-datepicker.rs-latin.js │ │ │ │ ├── bootstrap-datepicker.nb.js │ │ │ │ ├── bootstrap-datepicker.sq.js │ │ │ │ ├── bootstrap-datepicker.ua.js │ │ │ │ ├── bootstrap-datepicker.id.js │ │ │ │ ├── bootstrap-datepicker.tr.js │ │ │ │ ├── bootstrap-datepicker.da.js │ │ │ │ ├── bootstrap-datepicker.kk.js │ │ │ │ ├── bootstrap-datepicker.pt-BR.js │ │ │ │ ├── bootstrap-datepicker.ru.js │ │ │ │ ├── bootstrap-datepicker.cs.js │ │ │ │ ├── bootstrap-datepicker.is.js │ │ │ │ ├── bootstrap-datepicker.sk.js │ │ │ │ ├── bootstrap-datepicker.sv.js │ │ │ │ ├── bootstrap-datepicker.fa.js │ │ │ │ ├── bootstrap-datepicker.hu.js │ │ │ │ ├── bootstrap-datepicker.ro.js │ │ │ │ ├── bootstrap-datepicker.zh-TW.js │ │ │ │ ├── bootstrap-datepicker.de.js │ │ │ │ ├── bootstrap-datepicker.fr.js │ │ │ │ ├── bootstrap-datepicker.mk.js │ │ │ │ ├── bootstrap-datepicker.pt.js │ │ │ │ ├── bootstrap-datepicker.vi.js │ │ │ │ ├── bootstrap-datepicker.ar.js │ │ │ │ ├── bootstrap-datepicker.it.js │ │ │ │ ├── bootstrap-datepicker.fi.js │ │ │ │ ├── bootstrap-datepicker.lv.js │ │ │ │ ├── bootstrap-datepicker.nl-BE.js │ │ │ │ ├── bootstrap-datepicker.lt.js │ │ │ │ ├── bootstrap-datepicker.pl.js │ │ │ │ ├── bootstrap-datepicker.sw.js │ │ │ │ ├── bootstrap-datepicker.ka.js │ │ │ │ └── bootstrap-datepicker.et.js │ │ │ ├── flot │ │ │ ├── jquery.flot.symbol.min.js │ │ │ └── jquery.flot.threshold.min.js │ │ │ ├── slimScroll │ │ │ └── slimScroll.jquery.json │ │ │ └── misc │ │ │ └── jquery.ba-resize.min.js │ │ ├── fonts │ │ ├── ionicons.eot │ │ ├── ionicons.ttf │ │ ├── ionicons.woff │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.ttf │ │ └── glyphicons-halflings-regular.woff │ │ ├── css │ │ ├── iCheck │ │ │ ├── flat │ │ │ │ ├── aero.png │ │ │ │ ├── blue.png │ │ │ │ ├── flat.png │ │ │ │ ├── grey.png │ │ │ │ ├── pink.png │ │ │ │ ├── red.png │ │ │ │ ├── green.png │ │ │ │ ├── orange.png │ │ │ │ ├── purple.png │ │ │ │ ├── red@2x.png │ │ │ │ ├── yellow.png │ │ │ │ ├── aero@2x.png │ │ │ │ ├── blue@2x.png │ │ │ │ ├── flat@2x.png │ │ │ │ ├── green@2x.png │ │ │ │ ├── grey@2x.png │ │ │ │ ├── orange@2x.png │ │ │ │ ├── pink@2x.png │ │ │ │ ├── purple@2x.png │ │ │ │ ├── yellow@2x.png │ │ │ │ ├── flat.css │ │ │ │ ├── red.css │ │ │ │ ├── aero.css │ │ │ │ ├── blue.css │ │ │ │ ├── grey.css │ │ │ │ ├── pink.css │ │ │ │ ├── green.css │ │ │ │ ├── orange.css │ │ │ │ ├── purple.css │ │ │ │ └── yellow.css │ │ │ ├── line │ │ │ │ ├── line.png │ │ │ │ └── line@2x.png │ │ │ ├── minimal │ │ │ │ ├── red.png │ │ │ │ ├── aero.png │ │ │ │ ├── blue.png │ │ │ │ ├── green.png │ │ │ │ ├── grey.png │ │ │ │ ├── orange.png │ │ │ │ ├── pink.png │ │ │ │ ├── purple.png │ │ │ │ ├── red@2x.png │ │ │ │ ├── yellow.png │ │ │ │ ├── aero@2x.png │ │ │ │ ├── blue@2x.png │ │ │ │ ├── green@2x.png │ │ │ │ ├── grey@2x.png │ │ │ │ ├── minimal.png │ │ │ │ ├── pink@2x.png │ │ │ │ ├── minimal@2x.png │ │ │ │ ├── orange@2x.png │ │ │ │ ├── purple@2x.png │ │ │ │ ├── yellow@2x.png │ │ │ │ ├── minimal.css │ │ │ │ ├── red.css │ │ │ │ ├── aero.css │ │ │ │ └── blue.css │ │ │ ├── square │ │ │ │ ├── aero.png │ │ │ │ ├── blue.png │ │ │ │ ├── grey.png │ │ │ │ ├── pink.png │ │ │ │ ├── red.png │ │ │ │ ├── aero@2x.png │ │ │ │ ├── blue@2x.png │ │ │ │ ├── green.png │ │ │ │ ├── grey@2x.png │ │ │ │ ├── orange.png │ │ │ │ ├── pink@2x.png │ │ │ │ ├── purple.png │ │ │ │ ├── red@2x.png │ │ │ │ ├── square.png │ │ │ │ ├── yellow.png │ │ │ │ ├── green@2x.png │ │ │ │ ├── orange@2x.png │ │ │ │ ├── purple@2x.png │ │ │ │ ├── square@2x.png │ │ │ │ ├── yellow@2x.png │ │ │ │ ├── square.css │ │ │ │ ├── red.css │ │ │ │ ├── aero.css │ │ │ │ ├── blue.css │ │ │ │ ├── grey.css │ │ │ │ └── pink.css │ │ │ ├── polaris │ │ │ │ ├── polaris.png │ │ │ │ ├── polaris@2x.png │ │ │ │ └── polaris.css │ │ │ ├── futurico │ │ │ │ ├── futurico.png │ │ │ │ ├── futurico@2x.png │ │ │ │ └── futurico.css │ │ │ └── all.css │ │ ├── images │ │ │ ├── animated-overlay.gif │ │ │ ├── ui-icons_217bc0_256x240.png │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ ├── ui-icons_469bdd_256x240.png │ │ │ ├── ui-icons_6da8d5_256x240.png │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ ├── ui-icons_d8e7f3_256x240.png │ │ │ ├── ui-icons_f9bd01_256x240.png │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ ├── ui-bg_flat_55_fbec88_40x100.png │ │ │ ├── ui-bg_glass_75_d0e5f5_1x400.png │ │ │ ├── ui-bg_glass_85_dfeffc_1x400.png │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ ├── ui-bg_gloss-wave_55_5c9ccc_500x100.png │ │ │ ├── ui-bg_inset-hard_100_f5f8f9_1x100.png │ │ │ └── ui-bg_inset-hard_100_fcfdfd_1x100.png │ │ ├── datatables │ │ │ └── images │ │ │ │ ├── sort_asc.png │ │ │ │ ├── sort_both.png │ │ │ │ ├── sort_desc.png │ │ │ │ ├── sort_asc_disabled.png │ │ │ │ └── sort_desc_disabled.png │ │ ├── jQueryUI │ │ │ └── images │ │ │ │ ├── animated-overlay.gif │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ ├── ui-icons_ffffff_256x240.png │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ ├── ui-bg_flat_55_f39c12_40x100.png │ │ │ │ ├── ui-bg_flat_65_ffffff_40x100.png │ │ │ │ ├── ui-bg_flat_75_dadada_40x100.png │ │ │ │ ├── ui-bg_flat_75_e6e6e6_40x100.png │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ ├── ui-bg_flat_100_e6e7e8_40x100.png │ │ │ │ └── ui-bg_flat_100_f56954_40x100.png │ │ ├── morris │ │ │ └── morris.css │ │ ├── fullcalendar │ │ │ └── fullcalendar.print.css │ │ └── jvectormap │ │ │ └── jquery-jvectormap-1.2.2.css │ │ ├── less │ │ ├── pace.less │ │ ├── alerts.less │ │ ├── invoice.less │ │ ├── login_and_register.less │ │ ├── 404_500_errors.less │ │ ├── callout.less │ │ ├── AdminLTE.less │ │ ├── progress-bars.less │ │ ├── vars.less │ │ ├── forms.less │ │ └── mailbox.less │ │ └── LICENSE ├── docker │ ├── sentinel.conf │ ├── supervisord │ │ ├── redskull.conf │ │ ├── sentinel.conf │ │ └── consul.conf │ ├── consul.d │ │ ├── redskull.json │ │ └── sentinel.json │ └── supervisord.conf ├── .gitignore ├── Godeps │ └── Readme ├── errors │ ├── structures.go │ └── sentinel.go ├── rpcclient │ └── doc.go ├── handlers │ ├── root.go │ ├── static.go │ ├── sentinel-html.go │ ├── info.go │ └── removepod.go └── actions │ ├── node.go │ └── pod.go ├── docs ├── screenshots │ ├── node-view.tiff │ ├── pod-view.tiff │ ├── pods-view.tiff │ ├── errors-view.tiff │ ├── nodes-view.tiff │ └── pod-view-clean.tiff ├── proposals │ └── README.md └── README.md ├── .travis.yml ├── .codeclimate.yml ├── .gitignore ├── TODO.md ├── Dockerfile └── README-Dockerfile.md /redskull-agent/.buildno: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /redskull-controller/html/templates/allpods-table.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /redskull-agent/.gitignore: -------------------------------------------------------------------------------- 1 | redskull-agent 2 | vendor/ 3 | -------------------------------------------------------------------------------- /redskull-controller/docker/sentinel.conf: -------------------------------------------------------------------------------- 1 | port 26379 2 | -------------------------------------------------------------------------------- /redskull-controller/html/static/.gitignore: -------------------------------------------------------------------------------- 1 | *.DS_Store 2 | -------------------------------------------------------------------------------- /redskull-controller/.gitignore: -------------------------------------------------------------------------------- 1 | redskull-controller 2 | vendor/ 3 | -------------------------------------------------------------------------------- /redskull-agent/rpcclient/example_client/.gitignore: -------------------------------------------------------------------------------- 1 | example_client 2 | -------------------------------------------------------------------------------- /docs/screenshots/node-view.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/docs/screenshots/node-view.tiff -------------------------------------------------------------------------------- /docs/screenshots/pod-view.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/docs/screenshots/pod-view.tiff -------------------------------------------------------------------------------- /docs/screenshots/pods-view.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/docs/screenshots/pods-view.tiff -------------------------------------------------------------------------------- /docs/screenshots/errors-view.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/docs/screenshots/errors-view.tiff -------------------------------------------------------------------------------- /docs/screenshots/nodes-view.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/docs/screenshots/nodes-view.tiff -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: go 2 | 3 | go: 4 | - 1.4.2 5 | 6 | notifications: 7 | slack: thebaldguy:Lui5AESN8cYnUlp96Pd1Jsgp 8 | -------------------------------------------------------------------------------- /docs/screenshots/pod-view-clean.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/docs/screenshots/pod-view-clean.tiff -------------------------------------------------------------------------------- /redskull-controller/docker/supervisord/redskull.conf: -------------------------------------------------------------------------------- 1 | [program:redskull] 2 | command=/usr/redskull/redskull 3 | directory=/usr/redskull 4 | -------------------------------------------------------------------------------- /redskull-controller/docker/supervisord/sentinel.conf: -------------------------------------------------------------------------------- 1 | [program:sentinel] 2 | command=/usr/sbin/redis-server /etc/redis/sentinel.conf --sentinel 3 | -------------------------------------------------------------------------------- /redskull-controller/html/static/img/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/avatar.png -------------------------------------------------------------------------------- /redskull-controller/html/static/img/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/icons.png -------------------------------------------------------------------------------- /redskull-controller/html/static/img/user.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/user.jpg -------------------------------------------------------------------------------- /redskull-controller/html/static/img/user2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/user2.jpg -------------------------------------------------------------------------------- /redskull-controller/html/static/img/avatar04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/avatar04.png -------------------------------------------------------------------------------- /redskull-controller/html/static/img/avatar2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/avatar2.png -------------------------------------------------------------------------------- /redskull-controller/html/static/img/avatar3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/avatar3.png -------------------------------------------------------------------------------- /redskull-controller/html/static/img/avatar5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/avatar5.png -------------------------------------------------------------------------------- /redskull-controller/html/static/img/user-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/user-bg.png -------------------------------------------------------------------------------- /redskull-controller/html/static/js/plugins/input-mask/phone-codes/readme.txt: -------------------------------------------------------------------------------- 1 | more phone masks can be found at https://github.com/andr-04/inputmask-multi -------------------------------------------------------------------------------- /redskull-controller/html/static/fonts/ionicons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/fonts/ionicons.eot -------------------------------------------------------------------------------- /redskull-controller/html/static/fonts/ionicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/fonts/ionicons.ttf -------------------------------------------------------------------------------- /redskull-controller/html/static/fonts/ionicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/fonts/ionicons.woff -------------------------------------------------------------------------------- /redskull-controller/html/static/img/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/ajax-loader.gif -------------------------------------------------------------------------------- /redskull-controller/html/static/img/credit/visa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/credit/visa.png -------------------------------------------------------------------------------- /redskull-controller/docker/consul.d/redskull.json: -------------------------------------------------------------------------------- 1 | { 2 | "service": { 3 | "name": "redskull", 4 | "tags": ["redskull"], 5 | "port": 8000 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /redskull-controller/docker/consul.d/sentinel.json: -------------------------------------------------------------------------------- 1 | { 2 | "service": { 3 | "name": "sentinel", 4 | "tags": ["sentinel"], 5 | "port": 26379 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /redskull-controller/html/static/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /redskull-controller/html/static/img/ajax-loader1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/ajax-loader1.gif -------------------------------------------------------------------------------- /redskull-controller/html/static/img/credit/cirrus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/credit/cirrus.png -------------------------------------------------------------------------------- /redskull-controller/html/static/img/credit/mestro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/credit/mestro.png -------------------------------------------------------------------------------- /redskull-controller/html/static/img/credit/paypal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/credit/paypal.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/flat/aero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/flat/aero.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/flat/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/flat/blue.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/flat/flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/flat/flat.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/flat/grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/flat/grey.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/flat/pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/flat/pink.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/flat/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/flat/red.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/line/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/line/line.png -------------------------------------------------------------------------------- /redskull-controller/html/static/img/credit/paypal2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/credit/paypal2.png -------------------------------------------------------------------------------- /redskull-controller/html/static/img/sprite-skin-flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/sprite-skin-flat.png -------------------------------------------------------------------------------- /redskull-controller/html/static/img/sprite-skin-nice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/sprite-skin-nice.png -------------------------------------------------------------------------------- /redskull-controller/docker/supervisord/consul.conf: -------------------------------------------------------------------------------- 1 | [program:consul] 2 | command=/usr/bin/consul agent -join 172.17.42.1 -data-dir=/tmp/consul -config-dir=/etc/consul.d 3 | -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/flat/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/flat/green.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/flat/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/flat/orange.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/flat/purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/flat/purple.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/flat/red@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/flat/red@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/flat/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/flat/yellow.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/minimal/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/minimal/red.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/square/aero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/square/aero.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/square/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/square/blue.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/square/grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/square/grey.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/square/pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/square/pink.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/square/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/square/red.png -------------------------------------------------------------------------------- /redskull-controller/html/static/img/blur-background04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/blur-background04.jpg -------------------------------------------------------------------------------- /redskull-controller/html/static/img/blur-background08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/blur-background08.jpg -------------------------------------------------------------------------------- /redskull-controller/html/static/img/blur-background09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/blur-background09.jpg -------------------------------------------------------------------------------- /redskull-controller/html/static/img/credit/mastercard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/credit/mastercard.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/flat/aero@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/flat/aero@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/flat/blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/flat/blue@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/flat/flat@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/flat/flat@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/flat/green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/flat/green@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/flat/grey@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/flat/grey@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/flat/orange@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/flat/orange@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/flat/pink@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/flat/pink@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/flat/purple@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/flat/purple@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/flat/yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/flat/yellow@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/line/line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/line/line@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/minimal/aero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/minimal/aero.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/minimal/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/minimal/blue.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/minimal/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/minimal/green.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/minimal/grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/minimal/grey.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/minimal/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/minimal/orange.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/minimal/pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/minimal/pink.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/minimal/purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/minimal/purple.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/minimal/red@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/minimal/red@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/minimal/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/minimal/yellow.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/square/aero@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/square/aero@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/square/blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/square/blue@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/square/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/square/green.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/square/grey@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/square/grey@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/square/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/square/orange.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/square/pink@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/square/pink@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/square/purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/square/purple.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/square/red@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/square/red@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/square/square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/square/square.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/square/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/square/yellow.png -------------------------------------------------------------------------------- /redskull-controller/html/static/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /redskull-controller/html/static/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/minimal/aero@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/minimal/aero@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/minimal/blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/minimal/blue@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/minimal/green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/minimal/green@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/minimal/grey@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/minimal/grey@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/minimal/minimal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/minimal/minimal.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/minimal/pink@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/minimal/pink@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/polaris/polaris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/polaris/polaris.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/square/green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/square/green@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/square/orange@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/square/orange@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/square/purple@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/square/purple@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/square/square@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/square/square@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/square/yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/square/yellow@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/images/animated-overlay.gif -------------------------------------------------------------------------------- /redskull-controller/html/static/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /redskull-controller/html/static/img/credit/american-express.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/credit/american-express.png -------------------------------------------------------------------------------- /redskull-agent/Godeps/Readme: -------------------------------------------------------------------------------- 1 | This directory tree is generated automatically by godep. 2 | 3 | Please do not edit. 4 | 5 | See https://github.com/tools/godep for more information. 6 | -------------------------------------------------------------------------------- /redskull-controller/docker/supervisord.conf: -------------------------------------------------------------------------------- 1 | [supervisord] 2 | nodaemon=true 3 | loglevel=debug 4 | 5 | [include] 6 | files = /etc/supervisor.d/*.conffiles = /etc/supervisor.d/*.conf 7 | -------------------------------------------------------------------------------- /redskull-controller/html/static/css/datatables/images/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/datatables/images/sort_asc.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/futurico/futurico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/futurico/futurico.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/minimal/minimal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/minimal/minimal@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/minimal/orange@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/minimal/orange@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/minimal/purple@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/minimal/purple@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/minimal/yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/minimal/yellow@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/polaris/polaris@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/polaris/polaris@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/img/bootstrap-colorpicker/hue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/bootstrap-colorpicker/hue.png -------------------------------------------------------------------------------- /redskull-controller/Godeps/Readme: -------------------------------------------------------------------------------- 1 | This directory tree is generated automatically by godep. 2 | 3 | Please do not edit. 4 | 5 | See https://github.com/tools/godep for more information. 6 | -------------------------------------------------------------------------------- /redskull-controller/html/static/css/datatables/images/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/datatables/images/sort_both.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/datatables/images/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/datatables/images/sort_desc.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/iCheck/futurico/futurico@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/iCheck/futurico/futurico@2x.png -------------------------------------------------------------------------------- /redskull-controller/html/static/img/bootstrap-colorpicker/alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/bootstrap-colorpicker/alpha.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/images/ui-icons_217bc0_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/images/ui-icons_217bc0_256x240.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/images/ui-icons_469bdd_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/images/ui-icons_469bdd_256x240.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/images/ui-icons_6da8d5_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/images/ui-icons_6da8d5_256x240.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/images/ui-icons_d8e7f3_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/images/ui-icons_d8e7f3_256x240.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/images/ui-icons_f9bd01_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/images/ui-icons_f9bd01_256x240.png -------------------------------------------------------------------------------- /redskull-controller/html/static/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /redskull-controller/html/static/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /redskull-controller/html/static/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /redskull-controller/html/static/js/plugins/ckeditor/plugins/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/js/plugins/ckeditor/plugins/icons.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/jQueryUI/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/jQueryUI/images/animated-overlay.gif -------------------------------------------------------------------------------- /redskull-controller/html/static/img/bootstrap-colorpicker/saturation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/bootstrap-colorpicker/saturation.png -------------------------------------------------------------------------------- /redskull-controller/html/static/js/plugins/ckeditor/skins/moono/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/js/plugins/ckeditor/skins/moono/icons.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/datatables/images/sort_asc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/datatables/images/sort_asc_disabled.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/datatables/images/sort_desc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/datatables/images/sort_desc_disabled.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/images/ui-bg_flat_55_fbec88_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/images/ui-bg_flat_55_fbec88_40x100.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/images/ui-bg_glass_75_d0e5f5_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/images/ui-bg_glass_75_d0e5f5_1x400.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/images/ui-bg_glass_85_dfeffc_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/images/ui-bg_glass_85_dfeffc_1x400.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /redskull-controller/html/static/img/bootstrap-colorpicker/hue-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/bootstrap-colorpicker/hue-horizontal.png -------------------------------------------------------------------------------- /redskull-controller/html/static/js/plugins/ckeditor/plugins/icons_hidpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/js/plugins/ckeditor/plugins/icons_hidpi.png -------------------------------------------------------------------------------- /redskull-controller/html/static/img/bootstrap-colorpicker/alpha-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/img/bootstrap-colorpicker/alpha-horizontal.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/images/ui-bg_inset-hard_100_f5f8f9_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/images/ui-bg_inset-hard_100_f5f8f9_1x100.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/images/ui-bg_inset-hard_100_fcfdfd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/images/ui-bg_inset-hard_100_fcfdfd_1x100.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/jQueryUI/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/jQueryUI/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/jQueryUI/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/jQueryUI/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/jQueryUI/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/jQueryUI/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/jQueryUI/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/jQueryUI/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /redskull-controller/html/static/js/plugins/ckeditor/skins/moono/icons_hidpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/js/plugins/ckeditor/skins/moono/icons_hidpi.png -------------------------------------------------------------------------------- /redskull-controller/html/static/js/plugins/ckeditor/skins/moono/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/js/plugins/ckeditor/skins/moono/images/arrow.png -------------------------------------------------------------------------------- /redskull-controller/html/static/js/plugins/ckeditor/skins/moono/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/js/plugins/ckeditor/skins/moono/images/close.png -------------------------------------------------------------------------------- /redskull-controller/html/static/js/plugins/ckeditor/skins/moono/images/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/js/plugins/ckeditor/skins/moono/images/lock.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/jQueryUI/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/jQueryUI/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/jQueryUI/images/ui-bg_flat_55_f39c12_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/jQueryUI/images/ui-bg_flat_55_f39c12_40x100.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/jQueryUI/images/ui-bg_flat_65_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/jQueryUI/images/ui-bg_flat_65_ffffff_40x100.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/jQueryUI/images/ui-bg_flat_75_dadada_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/jQueryUI/images/ui-bg_flat_75_dadada_40x100.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/jQueryUI/images/ui-bg_flat_75_e6e6e6_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/jQueryUI/images/ui-bg_flat_75_e6e6e6_40x100.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/jQueryUI/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/jQueryUI/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /redskull-controller/html/static/js/plugins/ckeditor/plugins/link/images/anchor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/js/plugins/ckeditor/plugins/link/images/anchor.png -------------------------------------------------------------------------------- /redskull-controller/html/static/js/plugins/ckeditor/skins/moono/images/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/js/plugins/ckeditor/skins/moono/images/refresh.png -------------------------------------------------------------------------------- /redskull-controller/errors/structures.go: -------------------------------------------------------------------------------- 1 | package errors 2 | 3 | type ServiceError interface { 4 | GetConstellation() 5 | GetSentinel() 6 | GetPod() 7 | GetError() 8 | GetErrorClass() 9 | IsFatal() 10 | } 11 | -------------------------------------------------------------------------------- /redskull-controller/html/static/css/jQueryUI/images/ui-bg_flat_100_e6e7e8_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/jQueryUI/images/ui-bg_flat_100_e6e7e8_40x100.png -------------------------------------------------------------------------------- /redskull-controller/html/static/css/jQueryUI/images/ui-bg_flat_100_f56954_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/css/jQueryUI/images/ui-bg_flat_100_f56954_40x100.png -------------------------------------------------------------------------------- /redskull-controller/html/static/js/plugins/ckeditor/plugins/image/images/noimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/js/plugins/ckeditor/plugins/image/images/noimage.png -------------------------------------------------------------------------------- /redskull-controller/html/static/js/plugins/ckeditor/plugins/magicline/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/js/plugins/ckeditor/plugins/magicline/images/icon.png -------------------------------------------------------------------------------- /redskull-controller/html/static/js/plugins/ckeditor/skins/moono/images/hidpi/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/js/plugins/ckeditor/skins/moono/images/hidpi/close.png -------------------------------------------------------------------------------- /redskull-controller/html/static/js/plugins/ckeditor/skins/moono/images/hidpi/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/js/plugins/ckeditor/skins/moono/images/hidpi/lock.png -------------------------------------------------------------------------------- /redskull-controller/html/static/js/plugins/ckeditor/skins/moono/images/lock-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/js/plugins/ckeditor/skins/moono/images/lock-open.png -------------------------------------------------------------------------------- /redskull-controller/html/static/js/plugins/ckeditor/plugins/link/images/hidpi/anchor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/js/plugins/ckeditor/plugins/link/images/hidpi/anchor.png -------------------------------------------------------------------------------- /redskull-controller/html/static/js/plugins/ckeditor/skins/moono/images/hidpi/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/js/plugins/ckeditor/skins/moono/images/hidpi/refresh.png -------------------------------------------------------------------------------- /redskull-controller/html/static/js/plugins/ckeditor/plugins/about/dialogs/logo_ckeditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/js/plugins/ckeditor/plugins/about/dialogs/logo_ckeditor.png -------------------------------------------------------------------------------- /redskull-controller/html/static/js/plugins/ckeditor/plugins/fakeobjects/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/js/plugins/ckeditor/plugins/fakeobjects/images/spacer.gif -------------------------------------------------------------------------------- /redskull-controller/html/static/js/plugins/ckeditor/plugins/magicline/images/hidpi/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/js/plugins/ckeditor/plugins/magicline/images/hidpi/icon.png -------------------------------------------------------------------------------- /redskull-controller/html/static/js/plugins/ckeditor/skins/moono/images/hidpi/lock-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/js/plugins/ckeditor/skins/moono/images/hidpi/lock-open.png -------------------------------------------------------------------------------- /redskull-controller/html/static/js/plugins/ckeditor/plugins/dialog/dialogDefinition.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | -------------------------------------------------------------------------------- /redskull-controller/html/static/js/plugins/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealbill/redskull/HEAD/redskull-controller/html/static/js/plugins/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png -------------------------------------------------------------------------------- /redskull-agent/rpcclient/doc.go: -------------------------------------------------------------------------------- 1 | package rsclient 2 | 3 | // This is a client library for Redskull using Redskull's direct RPC port. It 4 | // would be useful in developing Go based appliations/tools which interact with 5 | // Redskull. One example is the RedSkull CLI Tool at 6 | // http://github.com/therealbill/redskull-cli 7 | -------------------------------------------------------------------------------- /redskull-controller/rpcclient/doc.go: -------------------------------------------------------------------------------- 1 | package rsclient 2 | 3 | // This is a client library for Redskull using Redskull's direct RPC port. It 4 | // would be useful in developing Go based appliations/tools which interact with 5 | // Redskull. One example is the RedSkull CLI Tool at 6 | // http://github.com/therealbill/redskull-cli 7 | -------------------------------------------------------------------------------- /redskull-controller/errors/sentinel.go: -------------------------------------------------------------------------------- 1 | package errors 2 | 3 | type SentinelCommandError struct { 4 | Error error 5 | ErrorClass string 6 | Command string 7 | } 8 | 9 | type SentinelConnectionError struct { 10 | SentinelName string 11 | SentinelAddress string 12 | SentinelPort string 13 | Error error 14 | ErrorClass string 15 | } 16 | -------------------------------------------------------------------------------- /.codeclimate.yml: -------------------------------------------------------------------------------- 1 | --- 2 | engines: 3 | golint: 4 | enabled: true 5 | duplication: 6 | enabled: true 7 | config: 8 | languages: 9 | - golang 10 | eslint: 11 | enabled: true 12 | fixme: 13 | enabled: true 14 | ratings: 15 | paths: 16 | - "**.go" 17 | exclude_paths: 18 | - "*/html/" 19 | - "*/Godeps/" 20 | - "docker/" 21 | -------------------------------------------------------------------------------- /redskull-controller/html/static/less/pace.less: -------------------------------------------------------------------------------- 1 | .pace .pace-progress { 2 | background: #00c0ef; 3 | position: fixed; 4 | z-index: 2000; 5 | top: 0; 6 | left: 0; 7 | height: 2px; 8 | 9 | -webkit-transition: width 1s; 10 | -moz-transition: width 1s; 11 | -o-transition: width 1s; 12 | transition: width 1s; 13 | } 14 | 15 | .pace-inactive { 16 | display: none; 17 | } -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Compiled Object files, Static and Dynamic libs (Shared Objects) 2 | *.o 3 | *.a 4 | *.so 5 | 6 | # Folders 7 | _obj 8 | _test 9 | 10 | # Architecture specific extensions/prefixes 11 | *.[568vq] 12 | [568vq].out 13 | 14 | *.cgo1.go 15 | *.cgo2.c 16 | _cgo_defun.c 17 | _cgo_gotypes.go 18 | _cgo_export.* 19 | 20 | _testmain.go 21 | 22 | *.exe 23 | *.test 24 | *.prof 25 | redskull 26 | 27 | # Vim 28 | *.swp 29 | *.swo 30 | -------------------------------------------------------------------------------- /redskull-controller/html/static/css/morris/morris.css: -------------------------------------------------------------------------------- 1 | .morris-hover{position:absolute;z-index:1090;}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#f9f9f9;background:rgba(0, 0, 0, 0.8);border:solid 2px rgba(0, 0, 0, 0.9);font-weight: 600;font-size:14px;text-align:center;}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0;} 2 | .morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0;} 3 | -------------------------------------------------------------------------------- /docs/proposals/README.md: -------------------------------------------------------------------------------- 1 | RedSkull Enchancement Proposals 2 | =============================== 3 | 4 | Cribbing heavilly from the Python Enhancement Process this process provides a 5 | means to improve Red Skull in a considered and consistent fashion. It will also 6 | be used to define interoperability such as the APIs in use as well as design 7 | decisions and of course feature requests. 8 | 9 | I'll be adding to this this week as I hope to have much discussion and writing 10 | going on in here. 11 | -------------------------------------------------------------------------------- /redskull-controller/html/templates/failover-requested.html: -------------------------------------------------------------------------------- 1 | {{define "content"}} 2 |
4 | A failover request has been submitted to the constellation. It will take a few 5 | seconds to determine if the request was successful. In {{.RefreshTime}} seconds 6 | the Pod's view will automatically be reloaded. 7 |
8 |In the meantime you can load a different page without interrupting the failover process. 9 |
10 | {{end}} 11 | -------------------------------------------------------------------------------- /TODO.md: -------------------------------------------------------------------------------- 1 | # TODO 2 | 3 | * Add Auth Support: In progess using groupcache 4 | - Need to figure out a good way to allow for password changes, Perhaps epoch of the pod? 5 | * Implement Remove Pod 6 | * Implement Remove Slave 7 | * Integrate Serf for cross-server communication, discovery, and coordination. 8 | * Add function to pod to compare replication offset with each slave with master offset to see if they are behind. Also check replication lag. 9 | * Create script for making a distribution 10 | * Docs, docs, and docs 11 | * Migrate this file to github issues :) 12 | -------------------------------------------------------------------------------- /redskull-controller/handlers/root.go: -------------------------------------------------------------------------------- 1 | package handlers 2 | 3 | import ( 4 | "log" 5 | "net/http" 6 | 7 | "github.com/zenazn/goji/web" 8 | ) 9 | 10 | // Root shows the index page of Red Skull, if you didn't want to display the 11 | // dashboard at the root. 12 | func Root(c web.C, w http.ResponseWriter, r *http.Request) { 13 | //ManagedConstellation.LoadPods() 14 | context, err := NewPageContext() 15 | checkContextError(err, &w) 16 | context.Title = "Welcome to the Redis Manager" 17 | context.ViewTemplate = "index" 18 | log.Print("Index called") 19 | render(w, context) 20 | } 21 | -------------------------------------------------------------------------------- /redskull-controller/html/static/js/plugins/datepicker/locales/bootstrap-datepicker.kr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Korean translation for bootstrap-datepicker 3 | * Gu YounSentinel Add Request processing. Constellation view will reload in {{.RefreshTime}}s
12 |A Constellation rebalance has been requested. Refreshing constellation page in {{.RefreshTime}}s.
12 |Request was submitted, page will reload to the pod view in {{.RefreshTime}}s
12 |{{.Data.Error}} 13 | {{ else }} 14 |
{{.Data.Message}} 16 | {{end}} 17 |
Request was submitted, page will reload to the pod view in {{.RefreshTime}}s
12 |Unable to add Pod. Error is {{.Data.Error}}
13 |A rebalance as requested for {{.Pod.Name}}. Unfortunately and error occured.
13 |Error returnded is:
14 |{{.Error}}15 |
A rebalance has been requested for {{.Pod.Name}}. Refreshing pod page in {{.RefreshTime}}s.
30 |CKEditor '+CKEDITOR.version+" (revision "+CKEDITOR.revision+')
http://ckeditor.com
'+a.help.replace("$1",''+ 7 | a.userGuide+"")+"
"+a.moreInfo+'
http://ckeditor.com/about/license
'+a.copy.replace("$1",'CKSource - Frederico Knabben')+"
| Name | 27 |Quorum | 28 |Master | 29 |Slave Count | 30 |Sentinel Count | 31 ||
|---|---|---|---|---|---|
| 39 | {{.Name}} 40 | | 41 |{{.Info.Quorum}} | 42 |{{.Info.IP}}:{{.Info.Port}} | 43 |{{.Info.NumSlaves}} | 44 | {{if .HasQuorum }} 45 |{{.SentinelCount }} | 46 | {{else}} 47 |{{.SentinelCount}} | 48 | {{end}} 49 |