1
edit
Changes
no edit summary
<code>/usr/local/nagios/libexec/check_nrpe -H localhost -c check_zombie_procs</code>
== 5.1 Additional Details ==
<pre>This section will discuss some additional initiatives that were implemented on the Nagios Remote host. Due to the inability to obtain a plugin that is capable of monitoring mounted devices (on ARM machines) upon boot. A supplemental perl script was identified and utilized for this purpose. The check_mounted_disks script was conveniently added to /etc/init.d directory, and few symlinks (soft links) were linked to a few runlevels on the ARM system.</pre>
1. Symlinks were created using the command syntax.
<code> ln -s /etc/init.d/check_mounted_disks /etc/rc/rc2.d/S50check_mounted_disks
ln -s /etc/init.d/check_mounted_disks /etc/rc/rc2.d/K50check_mounted_disks</code>
== 6.0 IRC Notification Bot Configuration (Server configuration) ==