Comments
-
I do the exact same thing and I am glad to see this published.
-
I take it back that did work it just took a while to show up.
-
The ability to trigger an API request to teams and add a card to a channel would be an example of there this feature would be useful.
-
I will try using this method.
-
That didn't work. I created a group. I added the template to the group and then I added a server to the group and it didn't pick up the application template.
-
I was referring just to SAM but the custom poller idea is also a good one.
-
We just have issues with people complaining about being blocked by our content filters when trying to reach shopping sites.
-
Has this bug been fixed I am experiencing the same issue using SWQL studio 2.5.0.214?
-
Go to https://github.com/solarwinds/OrionSDK and install the SWQL Studio tool. Then try this query. SELECT EventID, EventTime, EventType, UserName, Message, ObjectID1, ObjectID2, ObjectType, Acknowledged, ObjectURL FROM IPAM.Event This should show you all the IPAM events and you can refine the query to find what you are…
-
Let me double-check my config templates.
-
Check out this link for a list of variables Looking for list of NCM variables
-
I have had the best luck with the SDK. I have lag issues when trying to put too many nodes in maintenance at once using the GUI.
-
Did you download the config after the change and then you have to go under compliance and update the compliance report.
-
I haven't seen it all in one place but in the admin guide there are ports listed for communication through a firewall and depending on the services you have enabled then you would need those ports open as well 22,162,161,514...
-
So if I want multiple rows from the table I would need to just use multiple monitors?
-
Did you take a look at the comparison criteria. When I upgraded to 12 from 11 I did a complete new install and I noticed that the default comparison criteria wasn't the same. They can be adjusted in the NCM settings >comparison criteria area.
-
Take a look here this describes the IPAM Powershell API. This can also be converted to a regular REST API Query. https://github.com/solarwinds/OrionSDK/wiki/IPAM-2019.4-and-higher-versions-API
-
@"KMSigma.SWI" when I tried this in an email the <html> tags freaked out the alert webpage and the web page was missing sections like the alert code was overwritting the HTML of the web page. If I just added the code as a using <table> tags in the web page nothing unexpected occurred. Is this a known issue?
-
Hi, @"ashley.orr" I would be interested in participating.
-
I have a similar issue I am not receiving emails when I use the reset password tool. The tool doesn't confirm that the email address you entered was the one I had on file so I tried to re-register using the same email address to confirm it was already in use and it was. Finally, I figured that I had to create a new account…
-
But are the Macros encrypted in the database the same way that other credentials are?
-
This is under Alerts and Activity>Events
-
Is there a connection error or is it a bad password error?
-
Can you SSH into the switch and run show running config?
-
It should be able to be done using a RegEX search something like. interface GigabitEthernet0/1.*\n(.*\n)*.*switchport trunk native vlan 12.*\n(.*\n)*.*interface GigabitEthernet0/2.*\n(.*\n)*.*switchport trunk native vlan 12 But you would have to do it for each interface. I have tried using a generic search like, interface…
-
I have to rebuilt it but from the node view you can filter the rows. In the summary view all the rows show up. Each row is a dial-peer and I have like 20 of them but I only want stats from 3 of them. I am trying to create a dashboard that shows the results from 8 different cube groups on one screen.
-
Are the devices already in the NCM/NPM database? This will only work for devices already listed on IP that are in the database as monitored IPs. If you need to discover the devices then you need to use discovery central.
-
The webserver uses IIS as the webserver for the orion web pages. IIS uses MSAPI to talk to AD to authenticate users meaning so your users will need to be in the same AD structure that your web server is in. If you have users from other domains then the domains would need a trust relationship with the domain of your Orion…
-
Ok check out these links. If you use MSAPI then the webserver or polling server needs to be a member of the domain your AD users are in. If you use LDAP then it doesn't need to be in the domain. Enable users to authenticate through LDAP Enable Windows Authentication with Active Directory
-
In looking at the settings with LDAP it appears you have more control over mechanism used to connect to the authentication source. With LDAP you can use a SSL binding and pull groups from a specific cn. I used LDAP because I wanted to use an SSL binding to the AD servers.