Comments
-
I have a script that outputs the information to the screen - written by one of our Linux guys. The script is below: #!/bin/bash ## functions function date_to_days_remaining() { # takes date arg in yyyy-mm-dd format date1=$( date --date "$( echo $1 | tr -d '-' )" +%s ) date2=$( date +%s ) echo $(( $(( $date1 - $date2 )) /…
-
I logged a support ticket, the team were very helpful and supplied me with the necessary sql queries to remove the troublesome collector
-
Thanks Lukas I forgot to search Thwack before posting. I did search after posting this and found it in the list of fixes for SAM 5.2 SP1
-
Glad it worked for you Robert Cheers Simon
-
Hi guys Did you manage to sort this out???? I have had the same issue and I have managed to resolve it. from your main Solarwinds server telnet to the server showing the issue on port 17777 - with the hostname, it probably wont connect, now try it with the FQDN name of the poller showing the licensing issue - it should…
-
Managed to get this sorted. Had to uninstall the software, deactivate the license, add a new license into the license manager on the main poller and then reinstall the additional poller again - in all it took about 4hrs of trouble shooting but got there in the end
-
Why do I have to create a custom property when SNMPversion already exists in the Nodes table but isnt available in the dropdown list to group by?
-
Hi Dan thanks for those links, there is also the fact that WPM encrypts the users and passwords into its config file as well - this is for the accounts it uses to run the players. Do you know of any way to update those as well?
-
Hi Lucas Im actually looking for something similar to the hierachical view that you can get on the NPM home page that uses groupings and a collapsable tree. is there any way of doing this?
-
OK, if its the case then why isn't there more info from solarwinds about settings that should be applied to the Solarwinds DB in order to stop this, These deadlocks are occurring on the SW DB
-
SQL 2016 135GB RAM Assigned to SQL Haven't got the template, can't find it on thwack only the 2017.3 seems to be there
-
At the moment I'm writing scripts in powershell and passing variables, but I think we may have to start looking at using ruby
-
Thanks for the response. I'll give it a try and see which they like better. I'll let them know the pros and cons of each method too Cheers Simon
-
Does the latest version of VMan not integrate fully into vCenter so that we can get the above information?
-
Yes I finally got it sorted I had to get hold of the CA cert as well. All back and working fine, the change to implement this just took longer than expected
-
Are you selecting the map form the list of maps? If so you would get the view you are describing. What I do to get around this it to create a New view and add in the widget called Map Drag it onto your view page. Select "Done Adding Widgets" the Select "Done Editing" Select EDIT in the top right of the MAP Widget: You can…
-
I'm looking at the same thing as we have automation in place for new builds, that will add everything except interface - its my next powershell script that I'm working on. Just wish there was a list of the default values that are invioked when adding the WMi interfaces
-
But it still doesn't show you your SNMP credentials and they dont appear in Network Sonar discovery either so where can I edit these
-
Just wondering if this might be a cookie issue or whether it is the username and password beign cached?
-
Ok so I think I have found the issue. I couldn't let this lie and even though we have the ticket logged with support, as a techie I couldn't just sit back and wait, so I've been doing some digging. I'd looked into the configuration wizard log (C:\ProgramData\SolarWinds\Logs\Orion) and found errors for the rabbitMQ and a…
-
So solarwinds is running, but RabbitMQ still will not start. 2 days of talking with support and they are asking us to reinstall all of the main poller??? Please Please does someone know how to fix the issue with rabbitMQ not starting
-
Just as an aside, I raised this point as a feature request on the forum Virtualization Manager Feature Requests. Please go to the forum and vote on it. I was told if we enable this ourselves then it would break the support model of Virtualization manager with Solarwinds. Can't believe we cannot monitor this product like a…
-
It took a lot of work to get this how we wanted, including a lot of failed attempts. With what we were wanting to achieve we found the best possible way was to have the SQL run directly at the database. We quickly realised that we didn't need to raise an alert and to get the alert to then fire a script to update the nodes…
-
Yes I have a work around, had to write a custom SQL query into the alert to pull together all of the information we needed to get this to work
-
I had a similar issue, has the account you are using to do the monitoring ever logged onto the poller in question? I think that rectified my issue by making sure the account had logged into the server before any of the transactions had ran
-
Thanks for the replies. I was referring to SNMP v3 credentials when adding a device. Yes you get the drop down list on that page and you can only save a new set or delete a current set. there is no way that I have found in 10.6.1 to edit these credentials. Surely there must be some way to edit these credentials like there…
-
Thanks for your help on this one I do have one more question and I dont know if you guys would be able to answer it or not, but is there a way to use this tool (or on of the SolarWinds Products) to monitor mobile applications that run on iOS or Android devices? Thanks in advance Simon
-
I have tried the proxy settings in there - to no avail. group policy controls these settings, but they are set as suggested. The status of the transaction always shows as not played yet. Also I have noticed that after about 3-5mins the SEUM agent service starts consuming about 1GB of memory
-
I know it may bne back to basics, but have you configured snmpd on the Linux server, given it the necessary credentials etc that you are using from NPM in order to monitor the server? You would need to do this before HolyGuacamole's steps above
-
Yes that is what we adapted to our needs. If you check it out my original post on this matter was 3 years ago. A lot has changed and we now automate all of our linux builds ans script the addition of them to our various monitoring systems Regards Simon