Monitor total service uptime using Icinga
        Posted  
        
            by 
                dhh
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by dhh
        
        
        
        Published on 2013-10-31T13:39:11Z
        Indexed on 
            2013/11/08
            10:01 UTC
        
        
        Read the original article
        Hit count: 350
        
I am using Icinga (Nagios fork) for monitoring ~10 webservers, each one providing different services. I would now like to provide an aggregated view on the server states on our companies intranet, providing information like:
server | state | last downtime | Ø uptime (month) | Ø uptime (year)
Srv1   | OK    | 2013-10-09    | 99,5%            | 99,8 %
Srv2   | ERROR | 2013-10-31    | 73,1%            | 85,4 %
Is there a possibility to get those values from icinga?
© Server Fault or respective owner