Ticket #142 (closed enhancement: fixed)
Aliases for useful checks
| Reported by: | mickem | Owned by: | MickeM |
|---|---|---|---|
| Priority: | 1 | Milestone: | 0.3.9 |
| Component: | Core | Version: | 0.3.1 |
| Severity: | Bugs | Keywords: | |
| Cc: |
Description
Add aliases for useful checks to make it simple to get started. Feel free to suggest commands for me here!
Change History
comment:2 Changed 4 years ago by anonymous
Sorry, I should've used the preview.
[NRPE Handlers] check_load=inject checkCPU warn=70 crit=90 time=15s time=1m time=30m check_disc=inject checkDriveSize MinWarn=15% MinCrit=5% FilterType=FIXED CheckAll check_uptime=inject checkUpTime MaxWarn=1d ShowAll check_mem=inject checkMem MaxWarn=75% MaxCrit=90% ShowAll type=physical check_swap=inject checkMem MaxWarn=50% MaxCrit=75% ShowAll type=virtual check_services=inject checkServiceState CheckAll ShowFail exclude=SysmonLog
Note: See
TracTickets for help on using
tickets.








These are the checks I'm currently deploying, currently very general and so are probably okay for most systems. Might want to lower the thresholds for check_disc though.
[NRPE Handlers] check_load=inject checkCPU warn=70 crit=90 time=15s time=1m time=30m check_disc=inject checkDriveSize MinWarn=15% MinCrit=5% FilterType?=FIXED CheckAll? check_uptime=inject checkUpTime MaxWarn=1d ShowAll check_mem=inject checkMem MaxWarn=75% MaxCrit=90% ShowAll type=physical check_swap=inject checkMem MaxWarn=50% MaxCrit=75% ShowAll type=virtual check_services=inject checkServiceState CheckAll? ShowFail? exclude=SysmonLog?