Search found 3 matches

by mjkatona
Sat Jan 30, 2021 11:34 am
Forum: Open Source Nagios Projects
Topic: Nagios core pluggin not detected Mysql_query?
Replies: 2
Views: 2578

Re: Nagios core pluggin not detected Mysql_query?

It sounds to me like you are trying to use the npre client. Did you install it on the mysql server first? sudo apt install -y nagios-nrpe-server nagios-plugins # update the nrpe Commands are here and allow src of commands send vi /etc/nagios/nrpe.cfg # example command[check_host]=/usr/lib/nagios/plu...
by mjkatona
Thu Jan 28, 2021 9:57 am
Forum: Open Source Nagios Projects
Topic: Custom monitoring using Nagios??
Replies: 1
Views: 1189

Re: Custom monitoring using Nagios??

try adding $USER$ like below, restart nagios and see if that helps..

define command {
command_name check_proc_count
command_line $USER1$/usr/local/nagios/libexec/check_proc_count_nt $ARG1$
}
by mjkatona
Thu Jan 28, 2021 8:51 am
Forum: Open Source Nagios Projects
Topic: Custom Dashboard in Nagios Core
Replies: 1
Views: 1818

Re: Custom Dashboard in Nagios Core

If I understand you correctly you want a page that doesn’t require login and only shows Red , Green, Yellow status? If so then yes. Here is a screen shot of what I did. It’s fully customizable as to what you want displayed.