Skip to content

Virtualized Icinga monitoring service/application, suitable for continuous integration.

Notifications You must be signed in to change notification settings

clarin-eric/virtual_debian-monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This virtualized application/service consists of the CLARIN monitoring setup. This repository can be used to build e.g. a Docker container image. The dependencies and other resources are under resources/.

Requirements

Suggested requirements

To build

To configure

  • First make sure your current working directory is the root directory of your local copy of this repository, and that the previously described build process has completed successfully.

  • Then issue:

docker create \
    --entrypoint='/bin/bash' \
    --name='debian-monitoring-latest' \
    --tty=true \
    --volume="$(readlink -f 'resources/srv/'):/srv/" \
    'docker.clarin.eu/debian-monitoring:latest'

To run

docker start 'debian-monitoring-latest'

To test

Travis CI pulls this Docker container image from the CLARIN Docker Registry, and then performs the tests by executing resources/srv/test.sh. This script file is mapped to /srv/test.sh within the container by default.

About

Virtualized Icinga monitoring service/application, suitable for continuous integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages