Comments
-
Hi, Does the Virtualization Manager integration with Orion mean that the virtual host / machine data is available in the Orion database through the SWISS API? I'm a bit late to the party, but interested in the Beta if you are still running it. Thanks Simon McCormack Plexxi
-
Tim, I really appreciate your help so far, but I was not able to get it working. I'm getting this whacky message, I tried it in a file, and directly in the cURL command {"Message":"Unknown provider NetFlowCustomEntity."} [user PlexxiControlCLI]# cat postdata.txt {"query":"SELECT ConversationID, IPSort1, IPAddress1,…
-
My next task is to convert this into a cURL / REST call. I think I will need some help I can convert the first part pretty easily, but I'm not sure what to do with the Filter curl -k -X GET -H "Content-Type:application/json" -H 'Accept:application/json'…
-
Thanks, that did it This worked for me SELECT ConversationID, IPSort1, IPAddress1, HostName1, IPSort2, IPAddress2, HostName2, NodeID, InterfaceID, TotalBytes, TotalPackets, TotalBytesIngress, TotalBytesEgress, TotalPacketsIngress, TotalPacketsEgress FROM…
-
Hi Tim, Were you able to get any more detail from the NTA team on this. Thanks Simon
-
When I had problems getting Syslog to work, the first thing I did was to use wireshark on the NPM server to verify that the syslog packets were being received. If the packets are getting to the NPM server, then something is blocking them, in my case Windows Firewall. If they are not being received then you know its not an…
-
It seems to me that you do need both. NPM for your network devices, and SAM for your server / application infrastructure. Hope this helps Simon
-
Please add the following vendor devices SysObjectID: 1.3.6.1.4.1.37341 Vendor: Plexxi Machine Type: Plexxi Switch Thanks SimonPlexxi simon.mccormack@plexxi.com
-
Where do we submit sessions? Here? I'm new to Thwack and I'm on the vendor side, but have been working on an integration project for the last few months, which may be of interest to the community. The overall project is an API integration between NPM and Plexxi Control SDN software, to use SolarWinds data to create…