Command-Line Parameters
Refer to sdb-report send-alert for more information on the available command-line arguments.
Alerts Reference and Default Thresholds
| Check + Description | Warn default | Fail default | Configurable? |
|---|---|---|---|
leavesNotOnlineOffline leaf nodes |
Fail if >=1 Leaf Offline | Yes | |
offlineAggregatorsOffline aggregator nodes |
Fail if >= 1 Aggregator offline | Yes | |
explainRebalancePartitionsCheckerIdentifies if partitions are not balanced across the cluster |
Any output | Yes Configure to switch this to Warning |
|
orphanDatabasesIdentifies if any orphan databases are found. Orphan databases should be examined and dropped |
Any output | Yes Configure to switch this to Failure |
|
pendingDatabasesIdentifies databases that are in a pending state. Pending databases are not available for read/write queries. |
Any output | Yes Configure to switch this to Warning |
|
unrecoverableDatabasesIdentifies databases that are unrecoverable. |
Any output | Yes Configure to switch to Warning |
|
userDatabaseRedundancyDetermines if a database is redundant |
Any output | Yes Configure to Switch to Warning |
|
clusterMemoryUsageChecks free memory against total available |
Less than 15% of the memory available | Less than 10% memory available | Yes |
userDatabaseRedundancy |
High availability not enabled (not configurable) | Master Partition missing its replica partition | Yes |
secondaryDatabasesChecks for the presence of secondary replicating databases |
Any output | Yes Configure to switch to Warning |
System Checks Thresholds
| Check + Description | Warn default | Fail default | Configurable? |
|---|---|---|---|
cpuIdleChecks the percentage of CPU idle time |
25.0% | 5.0% | Yes |
diskLatencyReadDetermines the average time taken by the device to complete read requests |
10 ms | 25 ms | Yes |
diskLatencyWriteDetermines the average time taken by the device to complete write requests |
10 ms | 25 ms | Yes |
diskUsageChecks free disk space and identifies if the disk is approaching its capacity limits |
70% | 80% | Yes |
diskInodesUsageChecks free disk inodes |
70% | 85% | Yes |
majorPageFaultsChecks the number of major page faults generated by the system per second |
10 majftl/s | 20 majflt/s | Yes |
swapUsageChecks the percentage of swap space used |
5% | 10% | Yes |
memoryCommittedDetermines the percentage of memory required for a given workload |
70% | 90% | Yes |