Recent Discussions
Add device to Collector with least devices in rest api
I hope someone here can help, Using powershell and the rest API I would like to do a lookup of selected collectors find which has the least amount of devices on it then add the a new device. I have the script for adding the device and that works greatjust need the collector lookup, has anyone done something similar. Thank you in advanced for all help provided PaulSolved33Views0likes49Commentscustom speed for interfaces
In some cases, it is important to be able to alter the speed of an interface (speed up or down or both) to accurately reflect the connected device speed (which itself may be opaque, like a cable modem that runs at 20/1 on a gigabit port). I asked this a while back from TS and was told "just change the interface", but when I explained how this is not always feasible (e.g., Cisco ASA), they recommended I open a feature request. So, here it is -- I would like to be able to set speed up and speed down on an interface, overriding what comes back from ifSpeed. If I can do this another way (via cloned DS) ,that could work, but I would like to make this as simple as possible since it comes up quite a lot for Internet-edge equipment. Thanks, Markmnagel9 years agoProfessor174Views0likes29CommentsREST API GET Filtering
I'm attempting to retrieve a list of devices assigned to a specific collector. I can't find any solid documentation for the queryParams portion of the URL. I'm currently working on this: $fromHost = <returned collector from previous commands; id is a field stored therein with the [int] ID of the collector> $resourcePath = "/device/devices?filter=collectorid=$($fromHost.id)" How do I need to alter this to make it work correctly... or where is the documentation for the query options?Cole_McDonald6 years agoProfessor13Views0likes18CommentsNetwork diagram
Our network guys have complained that they don't know what network gear is connected to what, when an alert occurs. In other monitoring tools (e.g. SolarWinds Orion), you can upload a network diagram (usually an image, I believe) and associate it with (the equivalent of) a group. Is there any way to do something like that in LM? Thanks.5Views0likes14CommentsDynamic Tables (dashboard widget)
Currently, a table must have static columns and rows defined before the widget will display data. It would be great to be able to dynamically build a table's rows based on * To expand on this, it would be great for the table to have the option to excludeinstances with zero/no data from the list. For example, I would like a table that displays all MSMQ queue names and the number of messages in eachqueue - but not display anything if the current queue length = 022Views3likes13Comments