Comments
-
This really need to be looked at, we are rolling out Meraki devices to most of our sites and not being able to monitor DHCP Via IPAM sort of makes the module redundant...
-
Congratulations to all the new MVPs
-
Just heard back from Emer saying there shouldn't be any access issues. Yeah this will be my first SWUG as I have just recently taken up being a full time looking after Solarwinds for my organisation.
-
Is there any plans to extend this connector between Power BI and Solarwinds Platform?
-
A bit upset that I won't be able to attend this years SWUG... Starting a new job the day before and can't really ask my new boss if I could have 2 days off and for them to pay for the hotel.. Hopefully all going well I will be at 2025... For the people who are going have fun, people who are thinking about going, it is well…
-
Bump could do with this please.
-
Hi, So something that I have created for where I work is a main dashboard shows un-acknowledge alerts then you can click on a customer link to take you to that customer to show you all of the alerts and and it will be a board where your engineers can acknowledge alerts as well. This is on an EOC, but can be adapted for a…
-
Try this SWQL SELECT n.NodeID, n.Caption AS [Server Name], n.IP_Address, n.MachineType, DATEDIFF(MINUTE, n.LastBoot, GETDATE()) / (24*60) AS [Uptime_Days], (DATEDIFF(MINUTE, n.LastBoot, GETDATE()) % (24*60)) / 60 AS [Uptime_Hours], DATEDIFF(MINUTE, n.LastBoot, GETDATE()) % 60 AS [Uptime_Minutes], CONCAT( DATEDIFF(MINUTE,…
-
Have you looked at the Chargeback under the Virtualization menu as an alternative?
-
Hi for the elite partner level it is a requirement. For the other levels it is recommended. A lot of contracts that companies tender for ask for proof of SMEs how better than having SCPs employed.
-
Hi @"WindsOfNishat" , For SolarWinds Partner there is a requirement for the partner to have SCPs employed. As employer going to market soon to look for an SolarWinds application engineer, an SCP Certificate would stand out on a persons CV, but you can't replace experience as exams aren't for everyone. To answer your…
-
Hi @"jasonford1971" it all depends on what you want it to display you can do a straight forward table or you can build a Perfstack and put it in the Modern Dashboard.
-
Check the Certificate on the SolarWinds server is valid for the domain and make sure you are using the FQDN.
-
Hi this is normal to see.
-
Thanks Sara will do.
-
OK, it is fixed turned out to be the web application firewall (WAF) blocking it, as it thought it was a SQL Injection attack... So if you see this at any of your customers, might be worth them checking their WAF logs.
-
That is what I put you can't replace experience :) There is another reason why I am looking to get my team up to SCP as it is linked with being a partner with SolarWinds as well, but that is all linked with a plan later on ;)
-
As a Manager of a SolarWinds Team it would be something that I would look for on a person's CV, however that can't replace the experience a person have with the products. That being said though I am looking to get my team up to having at least SCP in NPM moving forward.
-
403 is access denied might want to check usernames and passwords. Also if you are using SolarWinds API and recently upgraded check that you have got 17774 set to request access as 17778 is disabled by default.
-
Thank god as it took me over 1 1/2 hours for them to check my id last time It did add to the stress as well as having connection problems through to them which caused the exam being cut off and having to go through the whole id thing again. I did try to rearrange the exam but never heard back from them. Now that I have got…
-
Correct.
-
Hi @"Nishalijayakumar" that service will be returning soon.
-
Can you post the code you are trying to run? What version are you running, as the api port changed from 17778 to 17774, the some admins might of closed the old port or they haven't open the new one.
-
Oh I really hope so, I love the one I have got that says "Hold Tight and pretend there's a plan"
-
Another notification that we send to MS Teams is a warning message when a node reboot. { "summary": "Card \"REBOOT Notification - \"", "themeColor": "f3e034", "title": "ALERT TRIGGER: ${N=SwisEntity;M=Caption} Has Rebooted", "sections": [ { "activityTitle": "Device:…
-
I think there was a message after you submitted that the points won't be applied until after the 20th of April.
-
Been Able to get on (using Chrome) but have the SCP Exam Voucher for 60k Credits been removed?
-
Does Cherwell accept Json posts? We are going to be doing that with TOPdesk.. Edited - Yeap from what I can see from doing a search Cherwell supports Webhooks, so you will be able to this action: and provide the inforamtion at a guess it will be Json, so it will be something like this: { "device":…
-
Most prob launch during ThwackCamp ;)
-
Hi What we use is the Universal Device Poller (Which should be on the main server) and use SNMP to retrieve the serial number, then what you can do is export that information and then import it in to a custom property field called Serial Number. Looking on the Huawei forums looks like the OID you need…