Search found 8 matches
- Wed Oct 09, 2019 12:18 pm
- Forum: Nagios XI
- Topic: wkhtmltoimage and wkhtmltopdf failing after upgrade
- Replies: 6
- Views: 1300
Re: wkhtmltoimage and wkhtmltopdf failing after upgrade
Answering own question, I was able to pull the old binaries from previous 5.4.10 install and replace them manually, and the system seems ok.
- Wed Oct 09, 2019 10:21 am
- Forum: Nagios XI
- Topic: wkhtmltoimage and wkhtmltopdf failing after upgrade
- Replies: 6
- Views: 1300
Re: wkhtmltoimage and wkhtmltopdf failing after upgrade
Alternately, is there a suitable downgrade I can apply in the short term? I know the version from 5.4.10 was running ok. Is it safe to replace just this subcomponent?
- Wed Oct 09, 2019 10:03 am
- Forum: Nagios XI
- Topic: wkhtmltoimage and wkhtmltopdf failing after upgrade
- Replies: 6
- Views: 1300
Re: wkhtmltoimage and wkhtmltopdf failing after upgrade
Hi Scott, I looked at the prod server libs using ldd. The applications point to libcrypto, which is expecting /lib64/libssl.so.10 This lib is a symlink on the system, pointing to `/lib64/libssl.so.1.0.1e` So that seems to line up with the error. Maybe the base OS repos for the centos version in prod...
- Wed Oct 09, 2019 9:54 am
- Forum: Nagios XI
- Topic: wkhtmltoimage and wkhtmltopdf failing after upgrade
- Replies: 6
- Views: 1300
Re: wkhtmltoimage and wkhtmltopdf failing after upgrade
Hi Scott,
I reinstalled, but the commands still fail with the same error.
I also tried removing the wkhtmltox.x86_64 package and re-installing that.
-e
I reinstalled, but the commands still fail with the same error.
I also tried removing the wkhtmltox.x86_64 package and re-installing that.
-e
- Tue Oct 08, 2019 12:34 pm
- Forum: Nagios XI
- Topic: wkhtmltoimage and wkhtmltopdf failing after upgrade
- Replies: 6
- Views: 1300
wkhtmltoimage and wkhtmltopdf failing after upgrade
Hi team, After upgrading from 5.4.10 to 5.6.7, on self-managed centos 7.3 from tar archives, scheduled reports that call wkhtmltoimage and wkhtmltopdf are sent by email, but reports that use pdf or images are failing to embed the pdf/image. Downloading the files from the report succeeds when it is a...
- Mon Oct 07, 2019 1:22 pm
- Forum: Nagios XI
- Topic: nagios-plugins 2.2.1 check_http hangs with --no-body/-N
- Replies: 6
- Views: 310
Re: nagios-plugins 2.2.1 check_http hangs with --no-body/-N
Thanks, Those docs helped. Rebuilding the maint branch of plugins and replacing just the check_http binary fixes the issue in the test server. One thing I noticed while working on the test server is that duplicate scheduled reports are sent from the test server. Email notifications are disabled, but...
- Thu Oct 03, 2019 12:36 pm
- Forum: Nagios XI
- Topic: nagios-plugins 2.2.1 check_http hangs with --no-body/-N
- Replies: 6
- Views: 310
Re: nagios-plugins 2.2.1 check_http hangs with --no-body/-N
Thanks for the quick turnaround, Benjamin. My business requirements mean I need to move faster than the plugins release cadence, so I'll be trying this as a solution. Just to clarify, the maintenance branch here - https://github.com/nagios-plugins/nagios-plugins/tree/maint - is the right one to comp...
- Wed Oct 02, 2019 6:54 pm
- Forum: Nagios XI
- Topic: nagios-plugins 2.2.1 check_http hangs with --no-body/-N
- Replies: 6
- Views: 310
nagios-plugins 2.2.1 check_http hangs with --no-body/-N
Hi team, While testing out an upgrade from 5.4.10 to latest release 5.6.7 on a self-managed install from tar.gz on centos 7.3, we see a large number of http checks failing. For some number of these, they use the '-N' option ('--no-body'). When checking the cli manually, removing the '-N' option allo...