All Projects → ConSol → Sakuli

ConSol / Sakuli

Licence: apache-2.0
Sakuli is an end-2-end testing and monitoring tool for web sites and common UIs with multiple monitoring integrations

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Sakuli

Thola
Tool for monitoring and provisioning network devices (mainly using SNMP) - monitoring check plugin
Stars: ✭ 179 (+55.65%)
Mutual labels:  monitoring, nagios, icinga
Check docker
Nagios plugin to check docker containers
Stars: ✭ 113 (-1.74%)
Mutual labels:  monitoring, nagios, icinga
Openitcockpit
openITCOCKPIT is an Open Source system monitoring tool built for different monitoring engines like Nagios, Naemon and Prometheus.
Stars: ✭ 108 (-6.09%)
Mutual labels:  open-source, monitoring, nagios
Thruk
Thruk is a multibackend monitoring webinterface for Naemon, Nagios, Icinga and Shinken using the Livestatus API.
Stars: ✭ 357 (+210.43%)
Mutual labels:  monitoring, nagios, icinga
nagios-plugins-openshift
Nagios/Icinga 2 Plugins for monitoring OpenShift clusters
Stars: ✭ 24 (-79.13%)
Mutual labels:  openshift, nagios, icinga
Awesome Monitoring
INFRASTRUCTURE、OPERATION SYSTEM and APPLICATION monitoring tools for Operations.
Stars: ✭ 356 (+209.57%)
Mutual labels:  monitoring, nagios
Nagstamon
Nagios status monitor for your desktop.
Stars: ✭ 270 (+134.78%)
Mutual labels:  nagios, icinga
Check postgres
Nagios check_postgres plugin for checking status of PostgreSQL databases
Stars: ✭ 438 (+280.87%)
Mutual labels:  monitoring, nagios
Opstrace
Secure observability, deployed in your own network. An open source alternative to SaaS solutions like Datadog, SignalFx, ...
Stars: ✭ 743 (+546.09%)
Mutual labels:  open-source, monitoring
lmd
Livestatus Multitool Daemon - Create livestatus federation from multiple sources
Stars: ✭ 38 (-66.96%)
Mutual labels:  nagios, icinga
Icingaweb2
A lightweight and extensible web interface to keep an eye on your environment. Analyse problems and act on them.
Stars: ✭ 665 (+478.26%)
Mutual labels:  monitoring, icinga
Nightwatch Boilerplate
boilerplate for nightwatch.js with selenium
Stars: ✭ 16 (-86.09%)
Mutual labels:  e2e-tests, ui-testing
Chronos
📊 📊 📊 Monitors the health and web traffic of servers, microservices, and containers with real-time data monitoring and receive automated notifications over Slack or email.
Stars: ✭ 347 (+201.74%)
Mutual labels:  monitoring, docker-container
Adagios
Adagios - Web Based Nagios Configuration
Stars: ✭ 317 (+175.65%)
Mutual labels:  monitoring, nagios
Nagflux
A connector which copies performancedata from Nagios / Icinga(2) / Naemon to InfluxDB
Stars: ✭ 55 (-52.17%)
Mutual labels:  nagios, icinga
Librehardwaremonitor
Libre Hardware Monitor, home of the fork of Open Hardware Monitor
Stars: ✭ 685 (+495.65%)
Mutual labels:  open-source, monitoring
Interfacetable v3t
interfacetable_v3t (formerly check_interface_table_v3t)
Stars: ✭ 14 (-87.83%)
Mutual labels:  nagios, icinga
Docker Headless Vnc Container
Collection of Docker images with headless VNC environments
Stars: ✭ 1,176 (+922.61%)
Mutual labels:  docker-container, openshift
babel-plugin-remove-test-ids
🐠 Babel plugin to strip `data-test-id` HTML attributes
Stars: ✭ 40 (-65.22%)
Mutual labels:  e2e-tests, e2e
Microservices Observability
This project is a demonstration on how to instrument, monitor and trace applications using java frameworks and open-source tools like prometheus, grafana and jaeger.
Stars: ✭ 23 (-80%)
Mutual labels:  monitoring, openshift

:sakuli-latest-version: v1.2.0 :sakuli-doc-base-url: http://consol.github.io/sakuli :sakuli-doc-url: {sakuli-doc-base-url}/latest

= Attention: EOL of Sakuli 1

Sakuli was completely rewritten in node and typescript and is now available in version 2:

https://sakuli.io

https://github.com/sakuli

There will be no further maintenance of Sakuli 1, it is easily possible and suggested to migrate existing tests to Sakuli 2.

image:./docs/images/sakuli_logo_small.png[sakuli-logo]

An end-to-end testing tool for web sites and common UIs with multiple monitoring integrations

= About the project image:./docs/images/sakuli_concept.png[sakuli concept]

Sakuli simulates user actions on graphical user interfaces (web, fat client, citrix, …), and provides the obtained information (runtime, result, screenshots) to third party (e.g. Nagios compatible monitoring) systems.

Sakuli is written in Java and runs on many platforms:

  • {sakuli-doc-url}/#windows[Windows]
  • {sakuli-doc-url}/#linux[Linux]
  • {sakuli-doc-url}/#containerized-execution[Docker containers]
  • MacOS

The Sakuli project brings together two Open-Source end-to-end testing tools which perfectly fit together: http://www.sahi.co.in/[Sahi] for web-based tests (by injecting JavaScript code into the browser), as well as the screenshot-based testing tool http://sikulix.com/[Sikuli], which allows the execution of keyboard and mouse actions on screen areas that have been defined by previously recorded screenshots and are recognized using the OpenCV engine.

= Key Features

  • Platform-independent UI testing tool
  • End-2-End monitoring of application functionality and quality
  • Combines two automation technologies: ** DOM based web testing ** Image pattern based UI automation (for non-web content)
  • Scalable from single-client up to multi-node container setup for parallel execution
  • Integration of test results into ** Monitoring systems (e.g. Nagios/Icinga) ** CI builds (e.g. Jenkins)

= Documentation The complete versions of our documentation you can find under:

{sakuli-doc-base-url}[consol.github.io/sakuli]

** Dev version: latest vX.X.X-SNAPSHOT version

** Stable/Latest version: {sakuli-doc-url}[{sakuli-latest-version}]

= Quick links

http://www.sakuli.org/[Project Homepage - www.sakuli.org]

{sakuli-doc-url}/#download[Download]

{sakuli-doc-url}/#examples[Sakuli Examples]

https://labs.consol.de/tags/sakuli/[Blog Entries]

{sakuli-doc-url}/#publications[Publications]

{sakuli-doc-url}/#events[Events]

{sakuli-doc-url}/#media[Media]

{sakuli-doc-url}/#changelog[Change Log]

{sakuli-doc-url}/#support[Support]

image:./docs/images/twitter_bird_logo_.png[twitter logo] https://twitter.com/sakuli_e2e[@sakuli_e2e]

= Sakuli Short Overview Presentation

[link={sakuli-doc-url}/files/Sakuli_Short_Overview.pdf] image::./docs/images/Sakuli_Short_Overview.png[Sakuli Short Overview Presentation]

= Sakuli UI Introduction

video::5RJY_FD6YvQ[youtube]

https://github.com/ConSol/sakuli-ui[]


image::./docs/images/bmi_logo_eng.png[Supported by Federal Ministry for Economic Affairs and Energy]

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