├── Files ├── check_file_age.php └── check_file_count.sh ├── NetApp └── check_netapp_sdk.pl ├── Network ├── check_http_curl.php ├── check_snmp_netint.pl ├── check_snmp_netint.pl.diff └── curl_timing_explanation.png ├── Oracle ├── CheckOracleHealth_ASM_DG.pm ├── CheckOracleHealth_Blocked_Sessions.pm ├── CheckOracleHealth_Event_Waits.pm └── CheckOracleHealth_FlashArea_Usage.pm ├── Printer ├── check_print_spooler.vbs ├── check_printer ├── cust-command-icinga2.conf └── printer_commands.cfg ├── Proxy └── check_proxy_kerb.ps1 ├── README.md ├── SSH_Firewall ├── README.md └── ssh_firewall.pl ├── SafeGuard ├── check_sge.vbs └── check_sgn_licence.php ├── Tools ├── README.md ├── mysql_backup.sh ├── nagios-reporter.pl └── sqlite_backup.sh ├── UPS ├── check_ups_apc.pl └── commands_sample.cfg ├── Unwetter └── check_dwd.php ├── Windows_DNS ├── check_dns.ps1 └── check_dns_win8_2012r2.ps1 ├── fortigate ├── FortiADC_mibs ├── check_fortigate.pl ├── fortigate_commands_with_arg.cfg └── fortigate_commands_with_host_var.cfg └── mssql ├── check_mssql_jobs.php ├── mssql_grant_monitoring.sql ├── sp_MonitorJobs_SQL2000.sql └── sp_MonitorJobs_SQL200X.sql /Files/check_file_age.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/Files/check_file_age.php -------------------------------------------------------------------------------- /Files/check_file_count.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/Files/check_file_count.sh -------------------------------------------------------------------------------- /NetApp/check_netapp_sdk.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/NetApp/check_netapp_sdk.pl -------------------------------------------------------------------------------- /Network/check_http_curl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/Network/check_http_curl.php -------------------------------------------------------------------------------- /Network/check_snmp_netint.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/Network/check_snmp_netint.pl -------------------------------------------------------------------------------- /Network/check_snmp_netint.pl.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/Network/check_snmp_netint.pl.diff -------------------------------------------------------------------------------- /Network/curl_timing_explanation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/Network/curl_timing_explanation.png -------------------------------------------------------------------------------- /Oracle/CheckOracleHealth_ASM_DG.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/Oracle/CheckOracleHealth_ASM_DG.pm -------------------------------------------------------------------------------- /Oracle/CheckOracleHealth_Blocked_Sessions.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/Oracle/CheckOracleHealth_Blocked_Sessions.pm -------------------------------------------------------------------------------- /Oracle/CheckOracleHealth_Event_Waits.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/Oracle/CheckOracleHealth_Event_Waits.pm -------------------------------------------------------------------------------- /Oracle/CheckOracleHealth_FlashArea_Usage.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/Oracle/CheckOracleHealth_FlashArea_Usage.pm -------------------------------------------------------------------------------- /Printer/check_print_spooler.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/Printer/check_print_spooler.vbs -------------------------------------------------------------------------------- /Printer/check_printer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/Printer/check_printer -------------------------------------------------------------------------------- /Printer/cust-command-icinga2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/Printer/cust-command-icinga2.conf -------------------------------------------------------------------------------- /Printer/printer_commands.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/Printer/printer_commands.cfg -------------------------------------------------------------------------------- /Proxy/check_proxy_kerb.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/Proxy/check_proxy_kerb.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/README.md -------------------------------------------------------------------------------- /SSH_Firewall/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/SSH_Firewall/README.md -------------------------------------------------------------------------------- /SSH_Firewall/ssh_firewall.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/SSH_Firewall/ssh_firewall.pl -------------------------------------------------------------------------------- /SafeGuard/check_sge.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/SafeGuard/check_sge.vbs -------------------------------------------------------------------------------- /SafeGuard/check_sgn_licence.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/SafeGuard/check_sgn_licence.php -------------------------------------------------------------------------------- /Tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/Tools/README.md -------------------------------------------------------------------------------- /Tools/mysql_backup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/Tools/mysql_backup.sh -------------------------------------------------------------------------------- /Tools/nagios-reporter.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/Tools/nagios-reporter.pl -------------------------------------------------------------------------------- /Tools/sqlite_backup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/Tools/sqlite_backup.sh -------------------------------------------------------------------------------- /UPS/check_ups_apc.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/UPS/check_ups_apc.pl -------------------------------------------------------------------------------- /UPS/commands_sample.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/UPS/commands_sample.cfg -------------------------------------------------------------------------------- /Unwetter/check_dwd.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/Unwetter/check_dwd.php -------------------------------------------------------------------------------- /Windows_DNS/check_dns.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/Windows_DNS/check_dns.ps1 -------------------------------------------------------------------------------- /Windows_DNS/check_dns_win8_2012r2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/Windows_DNS/check_dns_win8_2012r2.ps1 -------------------------------------------------------------------------------- /fortigate/FortiADC_mibs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/fortigate/FortiADC_mibs -------------------------------------------------------------------------------- /fortigate/check_fortigate.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/fortigate/check_fortigate.pl -------------------------------------------------------------------------------- /fortigate/fortigate_commands_with_arg.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/fortigate/fortigate_commands_with_arg.cfg -------------------------------------------------------------------------------- /fortigate/fortigate_commands_with_host_var.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/fortigate/fortigate_commands_with_host_var.cfg -------------------------------------------------------------------------------- /mssql/check_mssql_jobs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/mssql/check_mssql_jobs.php -------------------------------------------------------------------------------- /mssql/mssql_grant_monitoring.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/mssql/mssql_grant_monitoring.sql -------------------------------------------------------------------------------- /mssql/sp_MonitorJobs_SQL2000.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/mssql/sp_MonitorJobs_SQL2000.sql -------------------------------------------------------------------------------- /mssql/sp_MonitorJobs_SQL200X.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riskersen/Monitoring/HEAD/mssql/sp_MonitorJobs_SQL200X.sql --------------------------------------------------------------------------------