All Projects → sni → Monitoring-Livestatus

sni / Monitoring-Livestatus

Licence: other
Livestatus Perl API to access runtime data from Nagios, Naemon, Icinga and Shinken.

Programming Languages

perl
6916 projects

Projects that are alternatives of or similar to Monitoring-Livestatus

lmd
Livestatus Multitool Daemon - Create livestatus federation from multiple sources
Stars: ✭ 38 (+46.15%)
Mutual labels:  nagios, icinga, naemon, livestatus
grafana-pnp-datasource
PNP4Nagios/RRD Datasource for Grafana
Stars: ✭ 27 (+3.85%)
Mutual labels:  nagios, icinga, naemon
monitor-ninja
Ninja is Now Just Awesome - a modern web GUI for Naemon
Stars: ✭ 27 (+3.85%)
Mutual labels:  naemon, livestatus
Nagvis
Visualization addon for your open source monitoring core
Stars: ✭ 103 (+296.15%)
Mutual labels:  nagios, icinga
check-ssl
Check the expiration date of your ssl-cert with bash (implemented for Nagios/Icinga)
Stars: ✭ 14 (-46.15%)
Mutual labels:  nagios, icinga
Thruk
Thruk is a multibackend monitoring webinterface for Naemon, Nagios, Icinga and Shinken using the Livestatus API.
Stars: ✭ 357 (+1273.08%)
Mutual labels:  nagios, icinga
Interfacetable v3t
interfacetable_v3t (formerly check_interface_table_v3t)
Stars: ✭ 14 (-46.15%)
Mutual labels:  nagios, icinga
Sakuli
Sakuli is an end-2-end testing and monitoring tool for web sites and common UIs with multiple monitoring integrations
Stars: ✭ 115 (+342.31%)
Mutual labels:  nagios, icinga
statusengine
New PHP based MySQL Backend for Naemon and Nagios 4 + responsive web frontend
Stars: ✭ 16 (-38.46%)
Mutual labels:  nagios, naemon
check netscaler
A Nagios Plugin written in Perl for the Citrix ADC (formerly Citrix NetScaler). It uses the NetScaler NITRO API.
Stars: ✭ 36 (+38.46%)
Mutual labels:  nagios, icinga
Thola
Tool for monitoring and provisioning network devices (mainly using SNMP) - monitoring check plugin
Stars: ✭ 179 (+588.46%)
Mutual labels:  nagios, icinga
nagmapReborn
Nagmap Reborn - Standalone integration with some server monitoring systems providing a user-friendly interface through geographic visualization.
Stars: ✭ 19 (-26.92%)
Mutual labels:  nagios, icinga
Nagstamon
Nagios status monitor for your desktop.
Stars: ✭ 270 (+938.46%)
Mutual labels:  nagios, icinga
Nagflux
A connector which copies performancedata from Nagios / Icinga(2) / Naemon to InfluxDB
Stars: ✭ 55 (+111.54%)
Mutual labels:  nagios, icinga
nagios-plugins-openshift
Nagios/Icinga 2 Plugins for monitoring OpenShift clusters
Stars: ✭ 24 (-7.69%)
Mutual labels:  nagios, icinga
Check docker
Nagios plugin to check docker containers
Stars: ✭ 113 (+334.62%)
Mutual labels:  nagios, icinga
nagiosplugin
A Python class library which helps with writing Nagios (Icinga) compatible plugins.
Stars: ✭ 19 (-26.92%)
Mutual labels:  nagios, icinga
check clever tanken
Benzinpreis-Monitoring mit Icinga 2 || Kraftstoffmonitoring
Stars: ✭ 21 (-19.23%)
Mutual labels:  nagios, icinga
Check nwc health
check_nwc_health is a plugin which checks the health of network components and interfaces.
Stars: ✭ 127 (+388.46%)
Mutual labels:  nagios, icinga
interface
AngularJS based Web Interface for Statusengine
Stars: ✭ 15 (-42.31%)
Mutual labels:  nagios, naemon
Monitoring-Livestatus
=====================

    Monitoring::Livestatus can be used to access the data of the check_mk
    Livestatus Addon for Nagios and Icinga.

INSTALLATION

    To install this module type the following:

     perl Makefile.PL
     make
     make test
     make install

DEPENDENCIES

    This module requires no other modules.

SYNOPSIS
    my $ml = Monitoring::Livestatus->new( socket => '/var/lib/livestatus/livestatus.sock' );
    my $hosts = $ml->selectall_arrayref("GET hosts");

AUTHOR
    Sven Nierlein <[email protected]>

COPYRIGHT AND LICENCE

    Copyright (C) 2009 by Sven Nierlein

    This library is free software; you can redistribute it and/or modify
    it under the same terms as Perl itself.
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].