I've managed to get Munin working and configured to check temperature's, fan speeds and voltage, which is perfect.
According to the Munin Exchange, it integrates perfectly with Nagios.
This is the guide I am using at the moment;
What I have done so far;
On NagiosXI server:
-> nsca already installed. xinetd already installed.
-> Configure /etc/xinetd.d/nsca as requested.
-> Edit nsca.cfg to ensure correct command_file reference.
-> Edit send_nsca to add password.
On Munin server:
-> install nsca client. install nsca. install xinetd
-> Create and edit file /etc/xinetd.d/nsca as requested.
-> Edit send_nsca to add password.
-> Edit nsca.cfg to ensure correct command_file reference.
So now, when i run the command as follows here are the results;
From Nagios server,
Code: Select all
/usr/local/nagios/libexec/send_nsca -H localhost -c /usr/local/nagios/etc/send_nsca.cfg
Error: Timeout after 10 seconds
Code: Select all
/usr/sbin/send_nsca -H localhost -c /etc/send_nsca.cfg
Connection refused by host
Error: Could not connect to host localhost on port 5667
Any help would be great please.
Thank you,
gshergill