All Projects → bedatadriven → Activityinfo

bedatadriven / Activityinfo

Licence: other
Platform for field-level monitoring and analysis of humanitarian actions

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Activityinfo

Dashbuilder
Dashboard composition tooling based on the Uberfire framework
Stars: ✭ 163 (+393.94%)
Mutual labels:  monitoring, gwt
Pgwatch2
PostgreSQL metrics monitor/dashboard
Stars: ✭ 960 (+2809.09%)
Mutual labels:  monitoring
Sensu Plugins Process Checks
This plugin provides native process instrumentation for monitoring and metrics collection, including: process status, uptime, thread count, and others.
Stars: ✭ 20 (-39.39%)
Mutual labels:  monitoring
Prometheus Net
.NET library to instrument your code with Prometheus metrics
Stars: ✭ 944 (+2760.61%)
Mutual labels:  monitoring
Sentry
Sentry is cross-platform application monitoring, with a focus on error reporting.
Stars: ✭ 29,700 (+89900%)
Mutual labels:  monitoring
Sandpolis
Experimental remote monitoring and management
Stars: ✭ 30 (-9.09%)
Mutual labels:  monitoring
Rpi Monitor
Real time monitoring for embedded devices
Stars: ✭ 883 (+2575.76%)
Mutual labels:  monitoring
Zookeeper exporter
Prometheus exporter for monitoring a ZooKeeper ensemble.
Stars: ✭ 32 (-3.03%)
Mutual labels:  monitoring
Azure Grafana Dashboard Templates
Grafana dashboard templates for Azure
Stars: ✭ 31 (-6.06%)
Mutual labels:  monitoring
Sensu Plugins Network Checks
This plugin provides native network instrumentation for monitoring and metrics collection, including: hardware, TCP response, RBLs, whois, port status, and more.
Stars: ✭ 28 (-15.15%)
Mutual labels:  monitoring
Vsphere2metrics
VMware vSphere Performance Metrics Integration with Graphite & InfluxDB
Stars: ✭ 28 (-15.15%)
Mutual labels:  monitoring
Huginn
Create agents that monitor and act on your behalf. Your agents are standing by!
Stars: ✭ 33,694 (+102003.03%)
Mutual labels:  monitoring
Akkeeper
An easy way to deploy your Akka services to a distributed environment.
Stars: ✭ 30 (-9.09%)
Mutual labels:  monitoring
Phpnetmap
Web application for ethernet network mapping. PHP Software for network device monitoring with SNMP v(1/2c/3) protocol.
Stars: ✭ 20 (-39.39%)
Mutual labels:  monitoring
Go Grpc Prometheus
Prometheus monitoring for your gRPC Go servers.
Stars: ✭ 965 (+2824.24%)
Mutual labels:  monitoring
Promviz
Visualize the traffic of your clusters in realtime from Prometheus data
Stars: ✭ 884 (+2578.79%)
Mutual labels:  monitoring
Ansible Role Munin
Ansible Role - Munin
Stars: ✭ 27 (-18.18%)
Mutual labels:  monitoring
Jplot
iTerm2 expvar/JSON monitoring tool
Stars: ✭ 949 (+2775.76%)
Mutual labels:  monitoring
Scout apm elixir
ScoutAPM Elixir Agent. Supports Phoenix and other frameworks.
Stars: ✭ 33 (+0%)
Mutual labels:  monitoring
Nginx Lua Prometheus
Prometheus metric library for Nginx written in Lua
Stars: ✭ 964 (+2821.21%)
Mutual labels:  monitoring

ActivityInfo 2.7

ActivityInfo is an online humanitarian project monitoring tool, which helps humanitarian organizations to collect, manage, map and analyze indicators. ActivityInfo 2.0 was developed to simplify reporting and allow for real time monitoring.

This repository is an archive of ActivityInfo 2.7.

Visit http://www.activityinfo.org to learn more.

Latest Version

ActivityInfo 4.0 is the latest version.

Visit https://www.activityinfo.org/signUp to create an account on ActivityInfo.org and get started.

Building & Running ActivityInfo 2.7

Prerequisites

Building ActivityInfo requires:

  • Java JDK 1.8 (may not build on later versions)
  • Apache Maven 3.3.9
  • MySQL 5.6

Test Suite

To run the test suite, first create an empty test database in a locally-running MySQL database:

mysql -uroot -proot -e "CREATE DATABASE activityinfo2_test"

Then run:

mvn -Preset-test-db test

Running Locally

Set up a local MySQL database:

mysql -uroot -proot -e "CREATE DATABASE activityinfo2"
mysql -uroot -proot activityinfo2 < activityinfo2.sql

Then start Jetty:

mvn jetty:run-war -DskipTests

You can then navigate to http://localhost:8080/ and login with the email address "[email protected]" and password "notasecret".

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].