Search found 2 matches

by pmduque
Tue Apr 14, 2020 2:57 pm
Forum: Open Source Nagios Projects
Topic: Nagios, nrdp, pihole
Replies: 3
Views: 2313

Re: Nagios, nrdp, pihole

You should be passing the service description("Disk Usage" instead of check_dummy"). Thank you cdienger! I solved it and I'm posting the final solution. In Nagios Server: commands.cfg: define command { command_name check_dummy command_line $USER1$/check_dummy $ARG1$ $ARG2$ } pi-hole....
by pmduque
Sun Apr 12, 2020 7:23 am
Forum: Open Source Nagios Projects
Topic: Nagios, nrdp, pihole
Replies: 3
Views: 2313

Nagios, nrdp, pihole

Hi, I've been searching all around but I wasn't able to find a proper answer. I have a proper Nagios setup monitoring my network (internal and external) but now I want to monitor the available disk space in my pi-hole. As the pi-hole is a raspberry pi 1b+, it and has very limited resources. I though...