Page 1 of 1

Transfe data to nagios xi

Posted: Sat Jul 24, 2021 12:32 am
by yeuthehinh1
Hi,

I'm newbie to Nagios XI, might not understand all the possible feature that Nagios XI could manage to perform. I'm currently using Windows SNMP to monitor host, is there any possible way to get data transfer from host to Nagios XI server? For example to transfer one of the data csv file from host into Nagios XI server and display it out.

Hope to hear from all pros soon, Thanks a lot!

Re: Transfe data to nagios xi

Posted: Tue Jul 27, 2021 10:23 am
by gormank
Typically, Nagios checks do a pretty specific check, such as memory or CPU usage, etc. the check produces a return value, and a line of text. The return value is the status, ok, warning, critical or unknown. The line of text is displayed with the status. Optionally, performance data can be added in the line of data for creating graphs.
Displaying .csv files doesn't sound very practical, but you might want to look at the SNMP wizards to see if you can pull the data and display it.