Comments
-
Are you referring to the „Config Snippets“ or the „Config Change Templates“? In the script Snippets you basically type in the commands you would also type in when you are connected to the device via SSH or telnet. so for this part it should be enough to know the Scripting commands of your devices. login / disconnect and…
-
What kind of device is it, that you want to back up? can you reach it via SNMP to get the SysOID to determine the type of the device? do you see what device template is used to connect to the device?
-
Hey vortex there is a Job-related group that can be found here GOT A JOB? NEED A JOB? GET A JOB. I think this is the best place to put your request and get some examples how others were looking for applicants. cheers
-
There is a great portion that you can "copy over" utilizing the API of solarwinds. However this is custom scripting. I have done this in the past for a few customers who wanted to start fresh with a new database. However there still are certain things that you need to build from scratch when you want to start with a fresh…
-
Hi, did this answer your question? Thanks for a reply.
-
Hi maxgo, so you already have a user specified in your script that connects to SWIS and executes your desired tasks. You can basically run the script with any local admin user. I personally run my Powershell Scripts from Task scheduler. Here's how:How to run PowerShell scripts from Task Scheduler Hope that helps
-
Alerts · solarwinds/OrionSDK Wiki · GitHub Check this link on how to update alerts from external applications hope that helps i personally don’t encourage people to update stuff in the database directly, but use the API.
-
Do you run the script locally on the Orion Server or remotely on the target node? if on the target node it is obvious that the Powershell won't work on Linux machines.
-
At the moment the Thwack table is not available in the Store any more
-
Unfortunately I haven't found any documentation. But any 4xx error seems to make the Monitor indicate "down". Again, this is my personal observation.
-
200 is up / 403 would be down, at least that's what I have observed, I'll check if I can find a document about that
-
I assume this is a typing error. The Principal Pubilc IP should be 192.168.1.127. As stated in the text: the Principal (Public) NIC on the passive server uses the same IP address as the active server but is prevented from communicating with the live network through an IP packet filtering system As the only 2 identical…
-
What kind of help do you need? I assume you are trying to monitor something that does not come with the standards and you want to set up a new universal device poller. there has been a discussion where some common misunderstandings might become clearer when talking about importing MIBs into Solarwinds. Re: How to customize…
-
Hi Praveen, you are right, if it does not come up in the defaults, you need to create a UnDP Universal Device Poller. I did a quick search and found this Monitoring IPSec VPN tunnels with CheckPoint OIDs on GAiA R75.46 they list some OIDs you might want to include in your UnDP.
-
Do you have some sort of CMDB where your devices/servers/... are listed? some of my clients use FNT-Command for this. In these cases command is the "leading" System telling Solarwinds what to monitor with which credentials with which baselines. -> Unfortunately this is SDK Programming. My sync-Script has about 1500 Lines…
-
Why would you want to monitor as much as possible? Is anyone looking at those statistics/values/alerts? In most organizations the answer is no. So again, why monitor as much as possible? It puts a lot of stress on your monitoring machines and on your nerves. I would concentrate on the important stuff to monitor so you have…
-
So it happened again, NCM-7.8 Offline installer is also asking for an Internetconnection. If you are on NCM 7.7 (without HF4) it also tries to download the 7.7 HF4 INstaller. So be aware the /notests Switch won't work here, you need to get HF4 as well Cheers
-
Have a look here: Use PowerShell in SAM on the Orion Server you need local Admin on the node to monitor you need the permission to access the specific application over PowerShell commands. However i am still not sure if you are talking about the permissions on the Orion Server or the Permissions on the node you want to…
-
Are you thinking about the permissions to run the script itself that is behind the AppInsight or are you thinking about the actual application permissions? the later ones can be found here: exchange: Success Center AD: AppInsight for Active Directory requirements and permissions IIS: AppInsight for IIS requirements and…
-
you might want to have a look here: Windows Remote Desktop Services (Session Host Role) I am not sure if this information is available over SNMP, you might need to switch to WMI
-
I sometimes use custom properties to mute alerts. You would adjust the alert to only trigger when your CP is set to true.
-
i'd take a look at the Orion.Container* tables. I think the Orion.ContainerMemberSnapshot might give you the Info needed. If you need furher infos let me know. Cheers
-
could you please post a sample output of the command `sudo /opt/vc/bin/getcntr -c natd.pinfo_shmem_free_entries -d vcgwnat.com` that you are running against the machine? statistic only accepts integer values afaik
-
To my knowledge the Mirroring-Feature will be removed in future releases of SQL https://docs.microsoft.com/en-us/sql/database-engine/database-mirroring/database-mirroring-sql-server So I'd not go with the "old" Mirroring. I would go with a real Failover Cluster or SQL Always On Feature of SQL 2012 and later. Cheers!
-
From what google translate tells me, in order to monitor Elements that are in a same subnet-range on a different Network, you can deploy another polling engine that is in the other network segment and you can then monitor Nodes with the same IP-Address on different Polling Engines. Cheers, Holger
-
To my knowledge there is no gui based integration. However you can have very sophisticated alert actions to send to kaseya. e.g. Web-posts, Scripting actions .... there are endless possibilities.
-
Top-Talkers sounds like you are looking for NTA Metrics. Do you have the NTA Module also installed? -> it is a separate license. something like this? If yes -> your Routers need to be able to export some form of Flow Data (IPFIX / NetFlow / j-flow / s-flow / BITSTREAM) and you need the NTA Module. The license is according…
-
When you let the installer run, it will Show you what's possible and what's not. The preflight checks are pretty sophisticated with the new installer. you can also choose what you want to update in the new istaller. just let it run and see for yourself.
-
There is absolutely no timeframe. Just give it a try and see for yourself. Some get programmed within weeks, some are still sitting there for years.
-
If you have any trouble uninstalling FoE this article might help. Saved me some time: http://knowledgebase.solarwinds.com/kb/questions/1533/How+to+Manually+Uninstall+Orion+Failover+Engine Kind Regards, Holger