Home Directory Plugins Operating Systems Solaris check remote unix scripts

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check remote unix scripts

Rating
0 votes
Favoured:
0
Hits
156796
Files:
FileDescription
check_disk_remotecheck_disk_remote
check_fileage_remotecheck_fileage_remote
check_load_remotecheck_load_remote
check_netstat_remotecheck_netstat_remote
check_uptime_remotecheck_uptime_remote
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Various scripts to check disk, load, uptime, metastat, and other stuff via ssh or rsh on remote unix system. Developed on Solaris to check remote solaris, hp-ux and linux systems.
Various scripts to check disk, load, uptime, metastat, and other stuff via ssh or rsh on remote unix system. Developed on Solaris to check remote solaris, hp-ux and linux systems.

When I started developing these scripts, my requirements were I could not run an agent, like nrpe on the remote systems. Also, in some case, I had issues compiling the check scripts on the remote systems. So I have been developing a series of check commands to check various pieces of information via ssh or rsh. I have tried to include performance data where appropriate, compatible with perfparse.

7/7/2006 - I've started porting scripts to linux (CentOS4.2) and they seem to be working fine for me. Some cleanup and documentation are still needed. But I'm using nagios again, and will try to work on this more now ;)


**NOTE:** In order to make these scripts work, I run nagios as root, since I need root priveldges on the remote systems. I'm sure there is a better way, but this fits my needs. Also, you need to setup ssh keys.