├── AppPoolMonitoring.ps1 ├── CheckASPNetWarning.ps1 ├── CheckEventLog.ps1 ├── CheckProcess.ps1 ├── Count-HttpErrReason.ps1 ├── GetLogContent.ps1 ├── HttpErrorLog.ps1 ├── IISStatus.ps1 ├── Monitor-HttpErrLog.ps1 ├── MonitorSQLServer.ps1 ├── MonitorServices.ps1 ├── Select-HttpError.ps1 ├── Tail-Content.ps1 ├── httperr.log ├── httpreasons.txt ├── log.txt └── trapscripts.zip /AppPoolMonitoring.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oazabir/PowershellMonitoring/HEAD/AppPoolMonitoring.ps1 -------------------------------------------------------------------------------- /CheckASPNetWarning.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oazabir/PowershellMonitoring/HEAD/CheckASPNetWarning.ps1 -------------------------------------------------------------------------------- /CheckEventLog.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oazabir/PowershellMonitoring/HEAD/CheckEventLog.ps1 -------------------------------------------------------------------------------- /CheckProcess.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oazabir/PowershellMonitoring/HEAD/CheckProcess.ps1 -------------------------------------------------------------------------------- /Count-HttpErrReason.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oazabir/PowershellMonitoring/HEAD/Count-HttpErrReason.ps1 -------------------------------------------------------------------------------- /GetLogContent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oazabir/PowershellMonitoring/HEAD/GetLogContent.ps1 -------------------------------------------------------------------------------- /HttpErrorLog.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oazabir/PowershellMonitoring/HEAD/HttpErrorLog.ps1 -------------------------------------------------------------------------------- /IISStatus.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oazabir/PowershellMonitoring/HEAD/IISStatus.ps1 -------------------------------------------------------------------------------- /Monitor-HttpErrLog.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oazabir/PowershellMonitoring/HEAD/Monitor-HttpErrLog.ps1 -------------------------------------------------------------------------------- /MonitorSQLServer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oazabir/PowershellMonitoring/HEAD/MonitorSQLServer.ps1 -------------------------------------------------------------------------------- /MonitorServices.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oazabir/PowershellMonitoring/HEAD/MonitorServices.ps1 -------------------------------------------------------------------------------- /Select-HttpError.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oazabir/PowershellMonitoring/HEAD/Select-HttpError.ps1 -------------------------------------------------------------------------------- /Tail-Content.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oazabir/PowershellMonitoring/HEAD/Tail-Content.ps1 -------------------------------------------------------------------------------- /httperr.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /httpreasons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oazabir/PowershellMonitoring/HEAD/httpreasons.txt -------------------------------------------------------------------------------- /log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oazabir/PowershellMonitoring/HEAD/log.txt -------------------------------------------------------------------------------- /trapscripts.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oazabir/PowershellMonitoring/HEAD/trapscripts.zip --------------------------------------------------------------------------------