pnp4nagios icon indicating copy to clipboard operation
pnp4nagios copied to clipboard

PNP is an addon to Nagios which analyzes performance data provided by plugins and stores them automatically into RRD-databases.

Results 40 pnp4nagios issues
Sort by recently updated
recently updated
newest added

![Screenshot_1](https://user-images.githubusercontent.com/89172455/129994320-b8334ed1-9acf-40ca-a4c9-44255ad9305f.png) ![Screenshot_2](https://user-images.githubusercontent.com/89172455/129994324-8801e1a8-8783-4c79-b574-7c8beb78c520.png) ![Screenshot_3](https://user-images.githubusercontent.com/89172455/129994326-24e0482f-3c6b-4b95-aca1-27374ec13738.png)

Hi @lingej - We have been using PNP4Nagios for many years on Nagios Core and are looking at moving to Naemon, with a Thruk frontend. While planning our migration, we...

@lingej or others Please enlighten me(new comer) what PNP stand for ? ie, why pnp4nagios has a pnp prefix ?

Folks Come across an odd issue that is a result of a cookie file not been correct in pnp4nagios (version 0.6.25) I get the error "Disallowed key characters in global...

Changes made for pnp4nagios with php 7.4 I change the content of /pnp4nagios/share/application/vendor/fpdf/fpdi_pdf_parser.php with https://raw.githubusercontent.com/rguedes/PDFMerger/master/Classes/fpdi/fpdi_pdf_parser.php and (from vegago commented on 24 Jan 2019) vi pnp4nagios/share/applicagion/vendor/fpdi.php 2.modify the php code FROM:...

File: /usr/lib64/kohana/system/libraries/Input.php [57], see also [PHP Release Notes](https://www.php.net/manual/en/migration74.deprecated.php#migration74.deprecated.core.magic-quotes-functions). Seems to be safe to simply uncomment this if and the next one. The second tries the other deprected function.

After updating to PHP 7 we started seeing an error message `Undefined index: srv` instead of the expected graph. This commit resolves the issue by checking the index in graph_content.php...

# Issue I would like to report a bug in version 0.6.24 on Debian 9 (stretch). After upgrade from Debian 8 I ran into an issue with no RRD graphs...

Current implementation of limiting to a certain point in time breaks relative start/time values: ``` $start_limit = strtotime("2000/01/01"); $this->start = abs((int)$this->start); if($this->start < $start_limit) $this->start = $start_limit; … $this->data->getTimeRange($this->start,$this->end,$this->view); ```...

Hello, is the project still active/are you planning a new release? Kind regards Harald Jenny