MonitoringExchange
NagiosForge
NagiosWiki
Nagios Community Platform powered by NETWAYS

Addon:NagioSla

Search  
From MonEx Wiki
Jump to: navigation, search

NagioSLA

Addon:NagioSla
{{{Image}}}
Description: SLA-Reporting Addon for Nagios
Author: {{{author}}}
Developer: Philipp Lachberger
Released: January 2008
Latest release version: Alpha 3
OS: Linux
Genre: {{{Genre}}}
Licence: GPL
Licence: {{{licence}}}
Website: Sourceforge


With NagiosSLA you can write SLA relevant information to a specific table. This job is done via an Event-Handler Script that inserts every sla-entry into a database table.

Contents


How it works

NagiosSLA "registers" an eventhandler-script that writes upcoming state-changes to the NDOUtils NDO Database. The difference between the down and up of a specific service or host is used to calculate the impact.

A report-script check the hole data in sla_log and writes the calculated output (time until sla-agreement is broken) into the sla_report table.

Three tables are created in the given db-schema.

  • sla_config (configuration table for NagiosSLA
  • sla_exclusion (date to handle outage not as sla-relevant downtime)
  • sla_log (the eventhandler stores the up and down information in this table)
  • sla_report (information about SLA-Relevent time)

Features

See also

  • German Linux Magazin 3-08


External Links


Literatur

  • German Linux Magazin 3-08