Reports Mechanism

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
raamardhani7
Posts: 459
Joined: Tue Jun 02, 2015 12:36 am

Reports Mechanism

Post by raamardhani7 »

Hi Team,

Can someone help me with the formula that is used in Nagios in getting the availability reports and SLA's reports. In gist what is the mechanism followed i generating these reports?

Regards,
Ram,
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Reports Mechanism

Post by rkennedy »

It pulls the data from Nagios XI and generates them. What exactly are you looking to figure out?
Former Nagios Employee
raamardhani7
Posts: 459
Joined: Tue Jun 02, 2015 12:36 am

Re: Reports Mechanism

Post by raamardhani7 »

rkennedy wrote:It pulls the data from Nagios XI and generates them. What exactly are you looking to figure out?
Hi Rkennedy,

I wanted to know how it is pulling that information, what formula are we using here to get that Availability report.

EX: I am pulling a report for a month which has 30 days.
Example Formula can be: (30days*1440minutes)/(total something).

May I have similar formula what we are using. thanks.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Reports Mechanism

Post by hsmith »

I wouldn't say there's a particular formula that it uses. If you would like to look at the code, it's right here: https://github.com/NagiosEnterprises/na ... gi/avail.c
Former Nagios Employee.
me.
Locked