Question: Now that I am running nrpe version 3+ and I have the ability to get a larger payload response from a test, should I also make a DB table change that can hold the larger response without truncating it. If so, what would you suggest for the new size to become? Please provide syntax if there is a DB change that I should / could make.
Thanks
Steve B
nrpe version 3
-
SteveBeauchemin
- Posts: 524
- Joined: Mon Oct 14, 2013 7:19 pm
nrpe version 3
XI 5.7.3 / Core 4.4.6 / NagVis 1.9.8 / LiveStatus 1.5.0p11 / RRDCached 1.7.0 / Redis 3.2.8 /
SNMPTT / Gearman 0.33-7 / Mod_Gearman 3.0.7 / NLS 2.0.8 / NNA 2.3.1 /
NSClient 0.5.0 / NRPE Solaris 3.2.1 Linux 3.2.1 HPUX 3.2.1
SNMPTT / Gearman 0.33-7 / Mod_Gearman 3.0.7 / NLS 2.0.8 / NNA 2.3.1 /
NSClient 0.5.0 / NRPE Solaris 3.2.1 Linux 3.2.1 HPUX 3.2.1
Re: nrpe version 3
This article will allow for longer service/host check outputs in XI. Is that what you were looking for?
https://support.nagios.com/kb/article.php?id=478
https://support.nagios.com/kb/article.php?id=478
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
-
SteveBeauchemin
- Posts: 524
- Joined: Mon Oct 14, 2013 7:19 pm
Re: nrpe version 3
That article is exactly what I am thinking about. I have read it before. I am trying to relate it to NRPE Version 3 and the larger responses we could be getting now.
In the past I recall changing to 1024 characters to see more status information. I have some hopefully basic and easy questions.
Is moving to 65 thousand characters overkill? Does it make sense?
Would it make my DBA cringe?
Are there any side effects?
Is there a performance hit caused by this?
Performance is important to me as I have a large install. Disk space usage is not a concern, I have plenty of space.
I will do anything to make the overall performance of my Nagios tool better.
Bottom line - If future Nagios releases incorporate NRPE 3, will a clean install still have those DB columns set to 256?
If you know today what you plan to use for the column sizes, let me know and I will make the same change today that you plan to introduce later.
Thanks
Steve B
In the past I recall changing to 1024 characters to see more status information. I have some hopefully basic and easy questions.
Is moving to 65 thousand characters overkill? Does it make sense?
Would it make my DBA cringe?
Are there any side effects?
Is there a performance hit caused by this?
Performance is important to me as I have a large install. Disk space usage is not a concern, I have plenty of space.
I will do anything to make the overall performance of my Nagios tool better.
Bottom line - If future Nagios releases incorporate NRPE 3, will a clean install still have those DB columns set to 256?
If you know today what you plan to use for the column sizes, let me know and I will make the same change today that you plan to introduce later.
Thanks
Steve B
XI 5.7.3 / Core 4.4.6 / NagVis 1.9.8 / LiveStatus 1.5.0p11 / RRDCached 1.7.0 / Redis 3.2.8 /
SNMPTT / Gearman 0.33-7 / Mod_Gearman 3.0.7 / NLS 2.0.8 / NNA 2.3.1 /
NSClient 0.5.0 / NRPE Solaris 3.2.1 Linux 3.2.1 HPUX 3.2.1
SNMPTT / Gearman 0.33-7 / Mod_Gearman 3.0.7 / NLS 2.0.8 / NNA 2.3.1 /
NSClient 0.5.0 / NRPE Solaris 3.2.1 Linux 3.2.1 HPUX 3.2.1
Re: nrpe version 3
To answer the general question of "can this cause undesired things" is: it depends. If every single plugin you have has 65k worth of characters in the output, then yes there will be a performance hit. However, as far as MySQL is concerned with storing something like this:SteveBeauchemin wrote: Is moving to 65 thousand characters overkill? Does it make sense?
Would it make my DBA cringe?
Are there any side effects?
Is there a performance hit caused by this?
Code: Select all
OK - Some service output|'perfdata'=50%Nope. Probably around the same time we start putting NRPE v3 in our config wizards is when the tables will change.SteveBeauchemin wrote:Bottom line - If future Nagios releases incorporate NRPE 3, will a clean install still have those DB columns set to 256?
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
-
SteveBeauchemin
- Posts: 524
- Joined: Mon Oct 14, 2013 7:19 pm
Re: nrpe version 3
Thanks for the info. This can be closed.
Much appreciated...
Steve B
Much appreciated...
Steve B
XI 5.7.3 / Core 4.4.6 / NagVis 1.9.8 / LiveStatus 1.5.0p11 / RRDCached 1.7.0 / Redis 3.2.8 /
SNMPTT / Gearman 0.33-7 / Mod_Gearman 3.0.7 / NLS 2.0.8 / NNA 2.3.1 /
NSClient 0.5.0 / NRPE Solaris 3.2.1 Linux 3.2.1 HPUX 3.2.1
SNMPTT / Gearman 0.33-7 / Mod_Gearman 3.0.7 / NLS 2.0.8 / NNA 2.3.1 /
NSClient 0.5.0 / NRPE Solaris 3.2.1 Linux 3.2.1 HPUX 3.2.1