Nagios XI ping latency and packet loss monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
avandemore
Posts: 1597
Joined: Tue Sep 27, 2016 4:57 pm

Re: Nagios XI ping latency and packet loss monitoring

Post by avandemore »

yunushaikh,

Can you upgrade to 5.3.0? This functionality is available there. Also please note for the best experience use Firefox or Chrome as your browser.
Previous Nagios employee
yunushaikh
Posts: 176
Joined: Sat Jun 20, 2015 9:04 pm

Re: Nagios XI ping latency and packet loss monitoring

Post by yunushaikh »

Ok let me upgrade and check it.

I will update here after upgrading it.. Thanks a lot for your valuable response.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Nagios XI ping latency and packet loss monitoring

Post by rkennedy »

Sounds good - let us know if you have any further questions.
Former Nagios Employee
yunushaikh
Posts: 176
Joined: Sat Jun 20, 2015 9:04 pm

Re: Nagios XI ping latency and packet loss monitoring

Post by yunushaikh »

Hello experts,

I upgraded to Nagios XI 5.3.0 and got the option to export to CSV format.

But the CSV file contains some data which I cannot read, Something like below
'timestamp' 'rta' 'pl'
'1477459200' '5.0000000000e+03' '1.0000000000e+02'

Can someone help me how do I convert it into readable format..
avandemore
Posts: 1597
Joined: Tue Sep 27, 2016 4:57 pm

Re: Nagios XI ping latency and packet loss monitoring

Post by avandemore »

the 'timestamp' is in epoch form: 1477459200 -> Wednesday, October 26, 2016 12:20:00 AM GMT-5:00 DST

the others are in E notation, a common method of displaying data. https://en.wikipedia.org/wiki/Scientifi ... E_notation

We do offer services for a fee in which we can provide the data for in a format you desire. Let us know if you are interested.
Previous Nagios employee
yunushaikh
Posts: 176
Joined: Sat Jun 20, 2015 9:04 pm

Re: Nagios XI ping latency and packet loss monitoring

Post by yunushaikh »

What is the use of Download CSV option if the data is not displayed in proper format. It will be manual intervention to modify those excel files after downloading.

Where is the Download csv code written. I would like to modify that code and make it human readable..

Can you please help me where the changes needs to be done to get that?
avandemore
Posts: 1597
Joined: Tue Sep 27, 2016 4:57 pm

Re: Nagios XI ping latency and packet loss monitoring

Post by avandemore »

The values types in the CSVare statistical standards, not some attempt to obfuscate data. Offering data in CSV format allows massaging of data as required.

Custom development is outside the scope of support, however you are free to use the source code included with Nagiox XI to make the modifications you deem necessary(within the scope of the license of course).

We do offer custom development for a fee if you are interested.
Previous Nagios employee
Locked