Show full output from command?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
emartine
Posts: 660
Joined: Thu Dec 29, 2011 10:47 am

Show full output from command?

Post by emartine »

I have check_drivesize running to a host that has 40 disk/mount points on it.

-c check_drivesize "perf-config=*(unit:g)" -a "warn=used>90%" "crit=used>95%" show-all "exclude=A:\\"

This check works fine but the resulting output seems to be cut off. Is there a way to display all of the output?
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Show full output from command?

Post by ssax »

Is the output cut off if you run it from the CLI (from an SSH session)?

Please attach your nsclient.ini for review.

What version of nsclient++ are you running?

It could either be the nsclient side or the XI side.

First check from the XI CLI (SSH session) and see if it's cut off.
- If it IS cut off, then it's your agent or the check_nrpe version

If it's not cut off, follow this guide:

https://support.nagios.com/kb/article/n ... s-478.html
Locked