I hereby claim:
- I am jjamor on github.
- I am jjamor (https://keybase.io/jjamor) on keybase.
- I have a public key whose fingerprint is 344C 3571 EF99 3637 7EE9 DCE6 D592 0E93 7CC1 E39B
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # Created Fri Mar 21 2014 | |
| # This is a fork of https://gist.github.com/SeonghoonKim/4378896 | |
| # This script will download, install and start | |
| # the following items on CentOS 6.5: | |
| # MongoDB | |
| # OpenJDK 1.7.0 | |
| # ElasticSearch 0.90.1 | |
| # Graylog2 server 0.20.1 | |
| # Graylog2 web interface 0.20.1 |
| #!/bin/bash | |
| # | |
| # Monitors DC/OS cluster health, using JSON report from a master node. | |
| # In case of error, it returns a list of affected services and master|agent nodes. | |
| # | |
| # Copyright 2017 Juan Jose Amor Iglesias | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. |