| | 20 | == Batteries included == |
| | 21 | * Predefined service checks for the most common equipment found in the enterprise. In other words, configuring monitoring for a vmware server should not be an 8hour job. |
| | 22 | |
| | 23 | 3. Centrally managed |
| | 24 | * Whenever possible, you should be able to define warning thresholds from the monitoring server |
| | 25 | |
| | 26 | 4. Stick to defaults |
| | 27 | * Use mainstream community plugins wherever possible |
| | 28 | * Use features of rich monitoring clients (like nsclient) if they exist and fit our purposes. |
| | 29 | * Be compatible with other, pre-existing nagios installations (i.e. dont overwrite check_ping with another plugin) |
| | 30 | |
| | 31 | 5. Secure |
| | 32 | * Take every precaution available with security sensitive features like "allow_arguments" on the nagios clients. |
| | 33 | |
| | 34 | = Example Usage = |