config/baskets/Invoke-IcingaCheckMSSQLPerfCounter.json

{"DataList":{"IcingaCheckMSSQLPerfCounter Verbosity":{"list_name":"IcingaCheckMSSQLPerfCounter 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-IcingaCheckMSSQLPerfCounter":{"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-IcingaCheckMSSQLPerfCounter","arguments":{"-C":{"value":"try { Use-Icinga; } 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-IcingaPluginNotInstalled \u0027Invoke-IcingaCheckMSSQLPerfCounter\u0027; exit Invoke-IcingaCheckMSSQLPerfCounter","order":"0"},"-SqlUsername":{"value":"$IcingaCheckMSSQLPerfCounter_String_SqlUsername$","order":"5"},"-Warning":{"value":"$IcingaCheckMSSQLPerfCounter_Object_Warning$","order":"2"},"-SqlPassword":{"value":"(ConvertTo-IcingaSecureString \u0027$IcingaCheckMSSQLPerfCounter_Securestring_SqlPassword$\u0027)","order":"6"},"-Verbosity":{"value":"$IcingaCheckMSSQLPerfCounter_Int32_Verbosity$","order":"10"},"-SqlPort":{"value":"$IcingaCheckMSSQLPerfCounter_Int32_SqlPort$","order":"8"},"-SqlDatabase":{"value":"$IcingaCheckMSSQLPerfCounter_String_SqlDatabase$","order":"9"},"-Critical":{"value":"$IcingaCheckMSSQLPerfCounter_Object_Critical$","order":"3"},"-NoPerfData":{"set_if":"$IcingaCheckMSSQLPerfCounter_Switchparameter_NoPerfData$","set_if_format":"string","order":"99"},"-PerformanceCounter":{"value":{"body":"var arr = macro(\"$IcingaCheckMSSQLPerfCounter_Array_PerformanceCounter$\");\r\nif (len(arr) == 0) {\r\nreturn \"$null\";\r\n}\r\nreturn arr.join(\",\");","type":"Function"},"order":"4"},"-SqlHost":{"value":"$IcingaCheckMSSQLPerfCounter_String_SqlHost$","order":"7"},"-IntegratedSecurity":{"set_if":"$IcingaCheckMSSQLPerfCounter_Switchparameter_IntegratedSecurity$","set_if_format":"string","order":"99"}},"imports":["PowerShell Base"],"object_type":"object","vars":{"IntegratedSecurity":false,"NoPerfData":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":"IcingaCheckMSSQLPerfCounter_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":"IcingaCheckMSSQLPerfCounter_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":"IcingaCheckMSSQLPerfCounter_Switchparameter_IntegratedSecurity","format":null},"3":{"settings":{"visbility":"visible"},"description":"The critical threshold of the Performance Counter return values","caption":"Critical","datatype":"Icinga\\Module\\Director\\DataType\\DataTypeString","originalId":"3","varname":"IcingaCheckMSSQLPerfCounter_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":"IcingaCheckMSSQLPerfCounter_Switchparameter_NoPerfData","format":null},"2":{"settings":{"visbility":"visible"},"description":"The warning threshold of the Performance Counter return values","caption":"Warning","datatype":"Icinga\\Module\\Director\\DataType\\DataTypeString","originalId":"2","varname":"IcingaCheckMSSQLPerfCounter_Object_Warning","format":null},"12":{"settings":{"datalist":"IcingaCheckMSSQLPerfCounter 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":"IcingaCheckMSSQLPerfCounter_Int32_Verbosity","format":null},"4":{"settings":{"visbility":"visible"},"description":"List of Performance Counters specified by their full path (example \u0027\\SQLServer:Buffer Manager\\Buffer cache hit ratio\u0027)\nto fetch information for","caption":"PerformanceCounter","datatype":"Icinga\\Module\\Director\\DataType\\DataTypeArray","originalId":"4","varname":"IcingaCheckMSSQLPerfCounter_Array_PerformanceCounter","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":"IcingaCheckMSSQLPerfCounter_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":"IcingaCheckMSSQLPerfCounter_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":"IcingaCheckMSSQLPerfCounter_Int32_SqlPort","format":null}}}