|
12 | 12 | | check | [CheckLogFile](check/CheckLogFile.md) | File for checking log files and various other forms of updating text files | |
13 | 13 | | check | [CheckMKClient](check/CheckMKClient.md) | check_mk client can be used both from command line and from queries to check remote systems via check_mk | |
14 | 14 | | check | [CheckMKServer](check/CheckMKServer.md) | A server that listens for incoming check_mk connection and processes incoming requests. | |
| 15 | +| windows | [CheckMSSQL](windows/CheckMSSQL.md) | Check Microsoft SQL Server: connectivity, databases, backups, agent jobs and custom queries. | |
15 | 16 | | check | [CheckNet](check/CheckNet.md) | Network related checks such as check_ping, check_tcp, check_dns, check_http, check_connections and check_ntp_offset. | |
16 | 17 | | check | [CheckNSCP](check/CheckNSCP.md) | Use this module to check the health and status of NSClient++ it self | |
17 | 18 | | check | [CheckSecurity](check/CheckSecurity.md) | CheckSecurity checks host security posture: certificate expiry and (on Windows) the firewall profile state. | |
|
47 | 48 | |----------------|-----------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
48 | 49 | | CheckDisk | [check_disk_health](check/CheckDisk.md#check_disk_health) | Combined per-drive health check (free space + I/O metrics). | |
49 | 50 | | CheckDisk | [check_disk_io](check/CheckDisk.md#check_disk_io) | Check disk I/O performance metrics (throughput, IOPS, queue length, busy time). | |
| 51 | +| CheckDisk | [check_disk_write](check/CheckDisk.md#check_disk_write) | Verify that a disk is writable by creating a test file, writing to it, reading it back and deleting it. | |
50 | 52 | | CheckDisk | [check_drivesize](check/CheckDisk.md#check_drivesize) | Check the size (free-space) of a drive or volume. | |
51 | 53 | | CheckDisk | [check_files](check/CheckDisk.md#check_files) | Check various aspects of a file and/or folder. | |
52 | 54 | | CheckDisk | [check_mount](check/CheckDisk.md#check_mount) | Check that a filesystem is mounted with the expected fstype and options. | |
|
73 | 75 | | CheckHelpers | [xform_perf](check/CheckHelpers.md#xform_perf) | Run a check and transform the performance data in various (currently one) way. | |
74 | 76 | | CheckLogFile | [check_logfile](check/CheckLogFile.md#check_logfile) | Check for errors in log file or generic pattern matching in text files. | |
75 | 77 | | CheckMKClient | [check_mk_query](check/CheckMKClient.md#check_mk_query) | Request remote information via check_mk. | |
| 78 | +| CheckMSSQL | [check_mssql](windows/CheckMSSQL.md#check_mssql) | Check SQL Server connectivity and health (version, edition, uptime). | |
| 79 | +| CheckMSSQL | [check_mssql_backup](windows/CheckMSSQL.md#check_mssql_backup) | Check the age of the last full/differential/log backup per database. | |
| 80 | +| CheckMSSQL | [check_mssql_databases](windows/CheckMSSQL.md#check_mssql_databases) | Check database state, recovery model and data/log size. | |
| 81 | +| CheckMSSQL | [check_mssql_jobs](windows/CheckMSSQL.md#check_mssql_jobs) | Check SQL Server Agent job status. | |
| 82 | +| CheckMSSQL | [check_mssql_query](windows/CheckMSSQL.md#check_mssql_query) | Run a custom T-SQL query and apply thresholds to the returned rows. | |
76 | 83 | | CheckNet | [check_connections](check/CheckNet.md#check_connections) | Count active TCP/UDP connections and report counts per protocol and TCP state. | |
77 | 84 | | CheckNet | [check_dns](check/CheckNet.md#check_dns) | Resolve a host name and check the response time and resulting addresses. | |
78 | 85 | | CheckNet | [check_http](check/CheckNet.md#check_http) | Send an HTTP/HTTPS request and check the response status, time, size and body. | |
|
0 commit comments