Skip to content

Releases: celane/pnp4nagios

update for php8.2

19 Aug 01:14
Compare
Choose a tag to compare

php8.2 started throwing "deprecated" warnings that keep pnp4nagios from working properly. This release aims to update php code to remove deprecated features. Primarily:
define class variables (no auto-create)
make sure variables are arrays if using them as arrays
change utf8_encode to mb_string

Also, added systemd "plugin" for httpd to define XDG_CACHE_HOME to /var/cache/httpd, needed for fontconfig (needed for rrdgraph). Previously had a "setenv()", but it sometimes failed.

pnp4nagios working for php 5.6-8.0

18 Dec 02:48
Compare
Choose a tag to compare

v0.6.26-6

20 Sep 00:05
Compare
Choose a tag to compare

now fixed graph baskets and pdf generation

working with php8 and Fedora 35, hooray!

12 Sep 16:45
Compare
Choose a tag to compare

rpms for those who want them