Page 2 of 2

Re: Nagios XI ping latency and packet loss monitoring

Posted: Thu Oct 13, 2016 11:04 am
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.

Re: Nagios XI ping latency and packet loss monitoring

Posted: Mon Oct 17, 2016 1:44 am
by yunushaikh
Ok let me upgrade and check it.

I will update here after upgrading it.. Thanks a lot for your valuable response.

Re: Nagios XI ping latency and packet loss monitoring

Posted: Mon Oct 17, 2016 10:19 am
by rkennedy
Sounds good - let us know if you have any further questions.

Re: Nagios XI ping latency and packet loss monitoring

Posted: Thu Oct 27, 2016 12:22 am
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..

Re: Nagios XI ping latency and packet loss monitoring

Posted: Thu Oct 27, 2016 10:36 am
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.

Re: Nagios XI ping latency and packet loss monitoring

Posted: Tue Nov 08, 2016 1:49 am
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?

Re: Nagios XI ping latency and packet loss monitoring

Posted: Tue Nov 08, 2016 10:31 am
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.