Search the Community
Showing results for tags 'windows'.
Found 318 results
-
Could Not Estalish Trust Relationship for SSL/TLS
We host our own Pulseway server in our office. Everything was working fine up until yesterday when all the systems we monitor (Over 200) stopped responding. We checked the server (Windows Server 2012 R2 64Bit) and everything was fine, no errors. We checked the SSL Cert and it too seemed ok as it is not expiring until 2019. We restarted the server (Like that helps...) but still no joy. We keep getting the error: Could not establish trust relationship for the SSL/TLS secure channel with authority 'pulseway.micronetcomputers.net'. Not sure how to repair this.....any help would be great. I read through the blogs but so far nothing is helping. Thanks, Ray
-
Plugin Deployment
Is there a graceful method that Pulseway has to deploy plugins to endpoints? There are a couple of plugins I would like to use for all of our monitored Windows machines, but manually downloading the plugin, installing it, and configuring it on each individual machine won't be worth the time. We have a Pulseway Enterprise Server; is there a way we can load the plugins into that, so we can deploy them to monitored endpoints?
-
Client showing Off Line when not?
Hi guys I have a client PC on W7 Pro. Customer reported that the PC rebooted on its own. After this incident I can not see the pc on pulseway. I have updates locked down so I can remotely choose which ones to install. Haven't been on site yet to examine the logs, doing it tomorrow anyone seen this problem before? Is it a possible rogue update maybe? Regards,
-
Offline Computer - Monitoring
i'd like to know if its possible to monitor my remote network where in 1 remote location there are 8 computers (6-8) and only 1 will be online (with internet connection) consistently. the other 7 computers will not be connected to internet. In one remote location all of the computers (8) are in the same network. I have 80 plus remote location. i wanted to monitor the PC status of each computer in that remote area. My infrastructure will be combination of normal pc and vm machine. Please advise if this one is available.
-
"Could not load file or assembly 'System.Transactions Version=4.0.0.0" During Pulseway Manager installation
Hi there, I installed Pulseway Manager 64-bit on a Windows 2008 R2 64-bit server. I can open Pulseway Manager without any issues. But once I fill in my account details and press " Validate Account " I get the an error as shown in the added image. I've already installed Pulseway on about 20 servers ranging from 2012 R2, 2008 to 2003 32-bit without issues using the same credentials. Does anyone know what causes this error and a possible solution? Help would be much appreciated. Thanks!
- Windows 10 Installation Error on 1 Machine
-
Wrong Cpu load (Kubuntu 14.04)
Hello, today I was installing the pulseway on my homeserver. Honewer, the cpu load gives wrong cpu load information, this display only 1% alltime. Hardware: Prozesor: Intel Pentium Dual Core E2180 2.0 Ghz ; Motherboard: Asus P5kpl - VM/S ; RAM : 2x 1 Gb 633 mhz ddr2 System: Kubuntu 14.04 32 bit I think, you could help me on that. p.s: I'm very sorry about my englsh experience.
-
Cleanup Temporary Files
The Pulseway Automation contains the Builtin "Cleanup Temporary Files" powershell. I thought it might be worth a conversation. Here's the current code: $folders = @("C:\Windows\Temp\*", "C:\Documents and Settings\*\Local Settings\temp\*", "C:\Users\*\Appdata\Local\Temp\*", "C:\Users\*\Appdata\Local\Microsoft\Windows\Temporary Internet Files\*", "C:\Windows\SoftwareDistribution\Download", "C:\Windows\System32\FNTCACHE.DAT") foreach ($folder in $folders) {Remove-Item $folder -force -recurse -ErrorAction SilentlyContinue} exit 0 I'm not sure it is worth removing the SoftwareDistribution\Download files? From what I understand in Windows 10 you have to run, net stop wuauserv AND net stop bits What are your preferences and experience with doing this? Is it worth adding these locations: C:\WINDOWS\tmp, C:\tmp, C:\temp, %temp%, %tmp%, C:\WINDOWS\ff*.tmp? Is deleting "C:\Windows\System32\FNTCACHE.DAT" the same as deleting "if exist C:\WINDOWS\ShellIconCache del /f /q "C:\WINDOWS\ShellI~1\*.*" ? Can anyone confirm this will work on Windows 7, 8.1 and 10?
-
FEATURE REQUEST : Order By Severity
Hi Again, Could we have an option to order by severity in both the windows 10 app and the dashboard. We have the dashboard up on a big screen in our office, it would be good to see critical and elevated first, then everything else. (i know you can make it display only critical, but this is no good) In summary, we just need an order by option. Kind Regards, Tim
- User Audit
-
issue with cleanmgr (disk cleanup manager)
Hi, I am trying to automate the run of disk clean-up tool (cleanmgr) on my managed computers. I have created a script that prepares the "sageset" on computers and that seems to be working OK. The problem I am running into is that when I remotely launch the script/1-liner that executes the cleanmgr to effectively run the created sageset, it just hangs while using a certain percentage of CPU. Do you have any idea what I'm doing wrong? prepare.sageset.ps1: this prepares the "sageset" in registry. I'm using sageset 0x0100. run.cleanup.ps1: this starts the "sagerun". It works just fine when executed manually from powershell but I'm running into the above-descripted problem when run via pulseway. Hope you can give me some directions. Thanks. prepare.sageset.ps1 run.cleanup.ps1
- Service not starting on Windows 10
-
SNMP to monitor network devices
Hi, We have a network set up with security cameras and we'd like to use Pulseway to monitor the status of the cameras. We thought about using the ping tool but we are worried ping a large number of devices every 5 seconds could have negative effects on the network and/or switch the devices are on. Does anyone know of a way to use SNMP for this? I was going through the set up but couldnt figure out which OID to use. We are using the enterprise edition. Thanks, ~ Chris
- Dashboard 4.9.1 - Unhandled exception
-
FEATURE REQUEST : Mass Terminal
Hi, It's my first time posting here, so hopefully I got the format correctly. When you have all your monitored system grouped, and you are able to do a mass windows update, It would be good to be able to run a terminal command on all the monitored systems at once. This would be extremely handy when doing mass rollouts or simply needing to run commands on all systems quickly. Thank you, Tim
-
More that one notification per plugin?
Hi MMSOFT. Is it somehow possible to generate more individual notifications from the same plugin, without using allowMultipleNotifications. It is not hard to imagine that a plugin would have to monitor two or more individual values. If it is not possible, consider this a feature request :-) Best Regards, Martin.
- Change from Windows 7 to Windows 10
-
SetValueForKey unencrypted?
Hi MMSOFT. Is there an easy way for using SetValueForKey and GetValueForKey without encrypting the data. Sometimes we want the plugin-data to be configured or manipulated directly via registry. If not, can anyone help providing a C# function that always will return the same registry key name as GetValueForKey/SetValueForKey uses? Best Regards, Martin.
- How to monitor when a program doesn't run
- no endpoint listening at...
-
Windows Config file????
I want to send a batch file command through jenkins that will alter the config files for all the windows machines (i do this easily on my Linux machines). Reading through the documents here i see instructions for importing config files but that is it. Am i supposed to create my own config file and import it into my pulseway file? If so how do i go about this, I am having trouble understanding where to go from here. Thanks, Aaron
-
Wake up command no longer working
Hi, First time posting here; been using Pulseway for years without issue. Recently, however, I am seeing a number of issues with the wake up command. Neither the web interface, nor my app (android, Galaxy s7 edge) while on cellular connection works resulting in a 'wake up command failed' message. To further complicate the issue, I can only get the wake up command to work over wifi as long as I'm on my home network. Until recently, it worked over the internet, which is desired. I've looked at all my settings & configurations, but everything seems to be as it was. If anyone has any suggestions, I'd appreciate it, particularly troubleshooting WOL over 4G failing messaging. Thanks!
-
Unknown application installed/uninstalled
We received (see below) the following from one of our agents (followed up by a similar 1 new application has been uninstalled with the same lack of details). Our client claims they ran an regular monthly update for a database application on that server, but this is the first time I've seen this kind of alert from Pulseway. I've looked at the event logs for the time period when the alerts came out & I'm not seeing anything particular. The only thing recently (5/18) installed the Shopping App by Ask (which I'm not particularly excited about). Anyone else ever run into this kind of thing? -- Hi Engineering, 1 new application has been installed on computer '****MachineNameRedacted****' in group '****GroupNameRedacted****' Application Name: Version: Unknown Publisher: Unknown Regards, Pulseway Server
-
Wake on WAN
I have two PCs on my local network, 1x Windows 10 home - wakes via 4G cellular network and local LAN 1x Windows 10 Pro - only wakes on local LAN I've tried forwarding port 9, checked that the NIC settings are correct (magic packet etc...), made sure the drivers were up to date, disabled fast boot (though it is enabled on the one that works) and checked the Pulseway settings (same for both PCs). I can't work out why one wakes and the other doesn't. The both have the same type of NIC. Any help?
-
Agent job staus in SQL server module
It would be nice with a build in option to trigger notifications based on failed Agent Jobs. We are currently using this custom SQL Query in 'msdb': SELECT STUFF((SELECT N', ' + name FROM (SELECT name FROM dbo.sysjobs WHERE (SELECT TOP 1 run_status FROM dbo.sysjobhistory WHERE (step_id = 0) AND (job_id = sysjobs.job_id) ORDER BY run_date DESC, run_time DESC) = 0 AND (enabled = 1)) AS [n1] FOR XML PATH(''),TYPE).value('text()[1]','nvarchar(max)'),1,2,N'') AS [Failed] // Martin.