All Projects → alerta → vagrant-try-alerta

alerta / vagrant-try-alerta

Licence: MIT license
Vagrant Boxes of alerta with other popular monitoring tools eg. Nagios, Riemann, Zabbix, Sensu, Kibana

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to vagrant-try-alerta

embed
An embeddable, tiny Forth interpreter with metacompiler.
Stars: ✭ 80 (+400%)
Mutual labels:  virtual-machine
Scambaiting-Setup
A full setup guide for scam-baiting with Oracle's VirtualBox.
Stars: ✭ 232 (+1350%)
Mutual labels:  virtual-machine
c8c
The chip8 compiler, assembler, and virtual machine
Stars: ✭ 110 (+587.5%)
Mutual labels:  virtual-machine
lunatic
lunatic: a toy lua interpreter
Stars: ✭ 16 (+0%)
Mutual labels:  virtual-machine
512-byte-vm
A VM image in 512 bytes. Yes, you read it right.
Stars: ✭ 29 (+81.25%)
Mutual labels:  virtual-machine
EEL VM
EEL2 compiler and execution VM with enhanced routines for real-time signal processing
Stars: ✭ 27 (+68.75%)
Mutual labels:  virtual-machine
Laythe
A gradually typed language originally based on the crafting interpreters series
Stars: ✭ 58 (+262.5%)
Mutual labels:  virtual-machine
myshoes
Auto-scaling VirtualMachine runner 🏃 for GitHub Actions
Stars: ✭ 68 (+325%)
Mutual labels:  virtual-machine
wingkalabs
Wingkalabs (Linux) Wingkalabs es una máquina Virtual Linux intencionalmente vulnerable. Esta máquina virtual se puede utilizar para realizar entrenamientos de seguridad, probar herramientas de seguridad y practicar técnicas comunes de pruebas de penetración.
Stars: ✭ 16 (+0%)
Mutual labels:  virtual-machine
openj9
Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Stars: ✭ 2,973 (+18481.25%)
Mutual labels:  virtual-machine
application-server
Application Server
Stars: ✭ 57 (+256.25%)
Mutual labels:  virtual-machine
Implementaion-of-Private-Cloud-using-ownCloud
Implementation of Private Cloud using ownCloud. ownCloud is a suite of client–server software for creating and using file hosting services. This repository explains implementing ownCloud on an Ubuntu VM running on top of a Windows host for secure cloud storage
Stars: ✭ 30 (+87.5%)
Mutual labels:  virtual-machine
jitana
A graph-based static-dynamic hybrid DEX code analysis tool
Stars: ✭ 35 (+118.75%)
Mutual labels:  virtual-machine
angular-alerta-webui
Alerta Web UI 6.0 (DEPRECATED) - See latest version Web UI 7.0
Stars: ✭ 69 (+331.25%)
Mutual labels:  alerta
ubuntu-vnc-xfce-firefox
Retired. Headless Ubuntu/Xfce containers with VNC/noVNC and Firefox (Generation 1)
Stars: ✭ 20 (+25%)
Mutual labels:  virtual-machine
specter
a (tiny) VM project built with Go
Stars: ✭ 57 (+256.25%)
Mutual labels:  virtual-machine
wa-avd-docker
A Docker image based on Ubuntu Desktop with VNC and noVNC access, that runs a lightweight Android Virtual Device with WhatsApp pre-installed.
Stars: ✭ 113 (+606.25%)
Mutual labels:  virtual-machine
grimoire
A fast, concurrent based scripting language for D.
Stars: ✭ 21 (+31.25%)
Mutual labels:  virtual-machine
CodeDeobfuscator
Code Deobfuscator
Stars: ✭ 45 (+181.25%)
Mutual labels:  virtual-machine
appdata-environment-desktop
A selection of script and the manual for Privacy International's data interception environment
Stars: ✭ 70 (+337.5%)
Mutual labels:  virtual-machine

Try Alerta using Vagrant

To run Alerta in a vagrant virtual machine run:

$ git clone https://github.com/alerta/vagrant-try-alerta.git
$ cd vagrant-try-alerta
$ vagrant up alerta

To run a different virtual machine replace "alerta" with the virtual box ID and run, for example:

$ vagrant up alerta-nagios4
$ vagrant ssh alerta-nagios4

To use the command-line tools on the Alerta-Nagios3 vagrant box, for example, run:

$ vagrant ssh alerta
$ alerta send -r web01 -e NodeDown -s major -S Web -E Production -t "Server down."
$ alerta query

Each vagrant box is configured to use a different IP address.

Alerta deployment combinations

VM Image Base Box VirtalBox ID URL
Alerta (MongoDB/Apache) Ubuntu alerta http://192.168.0.100
Alerta (Postgres/Apache) Ubuntu alerta-postgres http://192.168.0.101
Alerta (Postgres/Nginx) Ubuntu alerta-nginx http://192.168.0.102
Alerta (MongoDB/Apache) Centos7 alerta-centos7 http://192.168.0.103
Alerta (MongoDB/Apache) Amazon2 alerta-amzn2 http://192.168.0.104

Alerta integration combinations

VM Image VirtalBox ID URLs
Alerta & Nagios3 alerta-nagios3 http://192.168.0.110 http://192.168.0.110/nagios3
Alerta & Nagios4 alerta-nagios4 http://192.168.0.111 http://192.168.0.111/nagios
Alerta & Nagios3 alerta-nagios3 192.168.0.101
Alerta & Zabbix alerta-zabbix2 192.168.0.102
Alerta & Riemann alerta-riemann 192.168.0.103
Alerta & Sensu alerta-sensu 192.168.0.104
Alerta & Kibana3 alerta-kibana 192.168.0.105
Alerta & kapacitor alerta-kapacitor 192.168.0.107
Alerta & Kibana4 alerta-kibana4 192.168.0.109
Alerta & Zabbix3 alerta-zabbix3 192.168.0.111
Alerta & Kibana5 alerta-kibana5 192.168.0.112
Alerta & Grafana alerta-grafana http://192.168.0.121:3000/

To use the web-based console for the Alerta Riemann vagrant box, for example:

http://192.168.0.103/

To access the API:

http://192.168.0.103:8080/api

To view the application management web pages:

http://192.168.0.103:8080/management

License

Copyright (c) 2013-2018 Nick Satterly. Available under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].