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

CmdDist

Rating
0 votes
Favoured:
0
Hits
96201
Files:
FileDescription
cmddist-0.0.2.tar.gzcmddist-0.0.2.tar.gz
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
CmdDist, which stands for "Command Distributor" takes Nagios commands and distributes it to Nagios-satellite hosts. It is written in PHP and very easy to extend.
CmdDist takes Nagios commands via HTTP request. Therefore it needs the following request variables: host and command_string.

The host is checked against an NDO, whether it is member of a satellite hostgroup, which has to be set up in the config file of CmdDist.

If a satellite host has been found CmdDist passes the command_string, by using a predefined method, to the satellite.

Configuration and extension of CmdDist are very easy.

Have fun.