We observed that ‘Status Information’ under Service detail values get cut after a particular length.
Is there any way to increase the character size for this column?
Cutting service output information in ‘Status Information’ c
-
ankit_bansal3
- Posts: 20
- Joined: Wed Mar 18, 2015 4:38 am
Re: Cutting service output information in ‘Status Informatio
There is a limit (default is 4KB) to the plugin output allowed. Noted at the bottom of this document: https://assets.nagios.com/downloads/nag ... inapi.html
You can change it to a higher value if you want, also shown in the document above.
You can change it to a higher value if you want, also shown in the document above.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
-
ankit_bansal3
- Posts: 20
- Joined: Wed Mar 18, 2015 4:38 am
Re: Cutting service output information in ‘Status Informatio
I got the solution. I was talking about this solution
https://support.nagios.com/kb/article.php?id=478
https://support.nagios.com/kb/article.php?id=478
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Cutting service output information in ‘Status Informatio
Great.ankit_bansal3 wrote:I got the solution. I was talking about this solution
FYI this works well for plugins that get executed via check_by_ssh as there is no limit on the returned size. However check results received by check_nrpe have a 1K limit. The next official release of nrpe will allow you to increase this limit.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.