Comments
-
Hi So basically, it means I can no longer use JavaScript in the HTML plugin, and all the documentation referring to its use is now outdated?
-
I would really appreciate it if you could provide an update here with the results.
-
My issue isn't about setting the agent as a node, but rather getting SolarWinds to recognize that a new agent has been installed on a server (in passive mode)
-
Thanks, I want it to work like the "Network Discovery". It means, not to pass parameters like "machine name", just give it a subnet and it automatically adds all machines with passive agent installed on them. I tried to use the "Network Dicovery" but it cannot add agent in passive mode. Do you know if there is some way to…
-
Can you send the query again? Is it the same as the query in the previous post? Thanks
-
Hi Correct me if I wrong- if there are no thresholds, "Powershell script" component depends on the exit code (mentioned or not in the script). I can even think on more components . . .
-
Hi But F5 invoves additional 2 settings: 1. Another SCP server (the one of the APE) 2. Another Binary Archive. How can I configure both?
-
Thanks, but I would like to be sure - is it going to generate a new ID if ID is already exists in the system?
-
Works fine Thanks!
-
Hi 'AncestorsDisplayNames' fileld, in the volumes table. A typical value should look like this: ['Physical Memory', 'srv-1-prod'] Thanks
-
I’m not sure what query I should use. In MSSQL, I can use "JSON_VALUE", but I’m not sure what query to write in SWQL. If SWQL doesn’t have a function like JSON_VALUE, I’d really like to know how to retrieve a specific element from a string[] array.
-
I think that for Linux LVMS's "${N=SwisEntity;M=DeviceId}" gives the mapper and not the mount point. I need the mount point. See image below.
-
Hi Thank. You wrote: "Preferred Polling Method: Agent (in the advanced area up top) Execution Mode: Local Host run the script under the specified account: false This will run the script on the node." But Solarwinds' article wriiten: "Leave Execution Mode set to the default value, Local Host, to run scripts locally from…
-
Thanks. Can you share a screen shot how to use joins\link entities in the UI part of the modern dashbaord ?
-
Hi My query didn't even when I tried the "Simulate" and choosed a specific volume object. I would try your aproach and check the result. Thanks
-
It means that I should create 2 alerts, right?
-
OK. Thanks. Works fine with Invoke-SwisVerb
-
Hi From the UI it works fine. The problem is from the PS script, and for every node. See two examples below
-
Hi Ok. Regarding the image of the 'NCM.Baselines' taken from the SWQL. How can I know, based on this image which properties are required when using 'New-SwisObject' ?? Thanks
-
Thanks, It is very helpful. But is there a why to get such table regarding each and every entity? How can I know if I can create NCM Baseline with the "NCM.Baselines" entity? Example New-SwisObject $swis -EntityType 'NCM.Baselines' -Properties . . . Is there any general list for entities that available for CRUD operations?