Search found 2 matches
- Tue Apr 14, 2026 7:53 am
- Forum: Nagios XI
- Topic: rrd does not exist.
- Replies: 3
- Views: 924
Re: rrd does not exist.
I ran into something very similar on a larger XI setup and in my case it wasn’t Nagios itself, but missing/corrupted RRD files from MRTG. az games If you’re seeing /var/lib/mrtg/...rrd does not exist, usually it means: the RRD file was never created (polling issue), or it got deleted/corrupted at so...
- Sat May 31, 2025 3:27 am
- Forum: Nagios XI
- Topic: NCPA 'InsecureRequestWarning: Unverified HTTPS request' issue
- Replies: 10
- Views: 28730
Re: NCPA 'InsecureRequestWarning: Unverified HTTPS request' issue
I also encountered the same warning with NCPA 3.x. As a temporary workaround, you can add verify=False to requests (if the environment allows security risks) or specify a specific CA cert path via the verify=/path/to/ca-bundle.crt parameter. grade calculator This is a known issue but not fixed in th...