config/director/Invoke-IcingaCheckMSSQLHealth.json

{"DataList":{"IcingaCheckMSSQLHealth Verbosity":{"list_name":"IcingaCheckMSSQLHealth Verbosity","originalId":"2","entries":[{"allowed_roles":null,"entry_value":"0","entry_name":"0","format":"string"},{"allowed_roles":null,"entry_value":"1","entry_name":"1","format":"string"},{"allowed_roles":null,"entry_value":"2","entry_name":"2","format":"string"}],"owner":"stein"}},"Command":{"PowerShell Base":{"methods_execute":"PluginCheck","object_name":"PowerShell Base","vars":{},"is_string":null,"command":"C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe","zone":null,"disabled":false,"fields":[],"arguments":{},"imports":[],"object_type":"object","timeout":"180"},"Invoke-IcingaCheckMSSQLHealth":{"fields":[{"datafield_id":2,"is_required":"n","var_filter":null},{"datafield_id":3,"is_required":"n","var_filter":null},{"datafield_id":4,"is_required":"n","var_filter":null},{"datafield_id":5,"is_required":"n","var_filter":null},{"datafield_id":6,"is_required":"n","var_filter":null},{"datafield_id":7,"is_required":"n","var_filter":null},{"datafield_id":8,"is_required":"n","var_filter":null},{"datafield_id":9,"is_required":"n","var_filter":null},{"datafield_id":10,"is_required":"n","var_filter":null},{"datafield_id":11,"is_required":"n","var_filter":null},{"datafield_id":12,"is_required":"n","var_filter":null}],"object_name":"Invoke-IcingaCheckMSSQLHealth","arguments":{"-C":{"value":"try { Use-Icinga -Minimal; } catch { Write-Output \u0027The Icinga PowerShell Framework is either not installed on the system or not configured properly. Please check https://icinga.com/docs/windows for further details\u0027; exit 3; }; Exit-IcingaExecutePlugin -Command \u0027Invoke-IcingaCheckMSSQLHealth\u0027 ","order":"0"},"-SqlUsername":{"value":"$IcingaCheckMSSQLHealth_String_SqlUsername$","order":"5"},"-Warning":{"value":"$IcingaCheckMSSQLHealth_Object_Warning$","order":"2"},"-SqlPassword":{"value":"(ConvertTo-IcingaSecureString \u0027$IcingaCheckMSSQLHealth_Securestring_SqlPassword$\u0027)","order":"6"},"-Verbosity":{"value":"$IcingaCheckMSSQLHealth_Int32_Verbosity$","order":"10"},"-SqlPort":{"value":"$IcingaCheckMSSQLHealth_Int32_SqlPort$","order":"8"},"-Critical":{"value":"$IcingaCheckMSSQLHealth_Object_Critical$","order":"3"},"-SqlDatabase":{"value":"$IcingaCheckMSSQLHealth_String_SqlDatabase$","order":"9"},"-Instance":{"value":"$IcingaCheckMSSQLHealth_String_Instance$","order":"4"},"-NoPerfData":{"set_if":"$IcingaCheckMSSQLHealth_Switchparameter_NoPerfData$","set_if_format":"string","order":"99"},"-SqlHost":{"value":"$IcingaCheckMSSQLHealth_String_SqlHost$","order":"7"},"-IntegratedSecurity":{"set_if":"$IcingaCheckMSSQLHealth_Switchparameter_IntegratedSecurity$","set_if_format":"string","order":"99"}},"imports":["PowerShell Base"],"object_type":"object","vars":{"IcingaCheckMSSQLHealth_Switchparameter_NoPerfData":false,"IcingaCheckMSSQLHealth_Switchparameter_IntegratedSecurity":false}}},"Datafield":{"7":{"settings":{"visbility":"visible"},"description":"The IP address or FQDN to the MSSQL server to connect to","caption":"SqlHost","datatype":"Icinga\\Module\\Director\\DataType\\DataTypeString","originalId":"7","varname":"IcingaCheckMSSQLHealth_String_SqlHost","format":null},"9":{"settings":{"visbility":"visible"},"description":"The name of a specific database to connect to. Leave empty to connect \"globally\"","caption":"SqlDatabase","datatype":"Icinga\\Module\\Director\\DataType\\DataTypeString","originalId":"9","varname":"IcingaCheckMSSQLHealth_String_SqlDatabase","format":null},"10":{"settings":{"visbility":"visible"},"description":"Allows this plugin to use the credentials of the current PowerShell session inherited by\nthe user the PowerShell is running with. If this is set and the user the PowerShell is\nrunning with can access to the MSSQL database you will not require to provide username\nand password","caption":"IntegratedSecurity","datatype":"Icinga\\Module\\Director\\DataType\\DataTypeBoolean","originalId":"10","varname":"IcingaCheckMSSQLHealth_Switchparameter_IntegratedSecurity","format":null},"3":{"settings":{"visbility":"visible"},"description":"The warning threshold for the connection time to the MSSQL database as time interval (ms, s, h, m)","caption":"Critical","datatype":"Icinga\\Module\\Director\\DataType\\DataTypeString","originalId":"3","varname":"IcingaCheckMSSQLHealth_Object_Critical","format":null},"11":{"settings":{"visbility":"visible"},"description":"Disables the performance data output of this plugin","caption":"NoPerfData","datatype":"Icinga\\Module\\Director\\DataType\\DataTypeBoolean","originalId":"11","varname":"IcingaCheckMSSQLHealth_Switchparameter_NoPerfData","format":null},"2":{"settings":{"visbility":"visible"},"description":"The warning threshold for the connection time to the MSSQL database as time interval (ms, s, h, m)","caption":"Warning","datatype":"Icinga\\Module\\Director\\DataType\\DataTypeString","originalId":"2","varname":"IcingaCheckMSSQLHealth_Object_Warning","format":null},"12":{"settings":{"datalist":"IcingaCheckMSSQLHealth Verbosity","behavior":"strict","data_type":"string"},"description":"Changes the behavior of the plugin output which check states are printed:\n0 (default): Only service checks/packages with state not OK will be printed\n1: Only services with not OK will be printed including OK checks of affected check packages including Package config\n2: Everything will be printed regardless of the check state","caption":"Verbosity","datatype":"Icinga\\Module\\Director\\DataType\\DataTypeDatalist","originalId":"12","varname":"IcingaCheckMSSQLHealth_Int32_Verbosity","format":null},"4":{"settings":{"visbility":"visible"},"description":"The name of the database instance to check the service state for. Can either the MSSQL$DB1 or simply DB1\nfor example","caption":"Instance","datatype":"Icinga\\Module\\Director\\DataType\\DataTypeString","originalId":"4","varname":"IcingaCheckMSSQLHealth_String_Instance","format":null},"6":{"settings":{"visbility":"visible"},"description":"The password for connecting to the MSSQL database as secure string","caption":"SqlPassword","datatype":"Icinga\\Module\\Director\\DataType\\DataTypeString","originalId":"6","varname":"IcingaCheckMSSQLHealth_Securestring_SqlPassword","format":null},"5":{"settings":{"visbility":"visible"},"description":"The username for connecting to the MSSQL database","caption":"SqlUsername","datatype":"Icinga\\Module\\Director\\DataType\\DataTypeString","originalId":"5","varname":"IcingaCheckMSSQLHealth_String_SqlUsername","format":null},"8":{"settings":{"visbility":"visible"},"description":"The port of the MSSQL server/instance to connect to with the provided credentials","caption":"SqlPort","datatype":"Icinga\\Module\\Director\\DataType\\DataTypeNumber","originalId":"8","varname":"IcingaCheckMSSQLHealth_Int32_SqlPort","format":null}}}