Everything posted by Paul
-
UPS Monitoring
Hi Matt, For the UPS devices that are network attached you should use SNMP to monitor their status (send me the model and I'll look up the MIB file for you) and for the ones that are USB attached you can try to use the APC UPS Daemon (http://www.apcupsd.org). -Paul
-
Network Discovery across VLANs
Hi Darrell, We scan all the local (and public if configured) networks that are assigned to your NICs. We take each IP address and subnet mask to calculate which networks we need to scan. If you provide access to other networks via static routes these networks will not be included in your network discovery. -Paul
-
Support for TLS 1.2 on Agent for PCI 3.2 Compliance
Hi Sacha, Under the WebApp -> Automation -> Tasks you will find a task called "Enable TLS 1.2 in .NET Framework 4.0". You can edit the system scope on which the automation task will run to only target the systems you need to. Alternatively you can run the "Enable TLS 1.2 in .NET Framework 4.0" built-in script individually on a system by going to the "Scripts" section of the system details from the WebApp or mobile apps under the Built-in categories. -Paul
-
Can I use PSWindowsUpdate over Pulseway
Hi Christian, I don't see why it wouldn't work. For that particular script is a little annoying as it relies on a module that you will have to embed in each script that you want to use that module. You could tinker with it a little to extract just the functions that you need if you got the time. -Paul
-
Impoved Microsoft Windows Update
Hi Christian, It's called 'Check and Install Updates'. -Paul
-
Impoved Microsoft Windows Update
Hi Christian, Group Windows Update command doesn't support installing optional updates as they contain driver updates which may leave your system in a broken state. You could make use of the built-in script that checks for updates, installs them and restarts the computer and have that script in a task that runs against a scope. You'll need to modify the update search filter by removing the AutoSelectOnWebsite = 1 from the filter thus including all non-installed updates. At the end of the script you should see a commented line that says that if you want to restart the computer after installing the updates you should remove the comment. Remove the comment for that line. -Paul
- Configure Powershell Impersonation remotely
- Adding services to monitor
-
Impoved Microsoft Windows Update
Hi Christian, Do you get the confirmation that the command was sent? From what application are you sending the command (WebApp, iOS)? -Paul
-
Full feature support and faster product updates for your antivirus addon.
Hi Christian, I am part of the Pulseway development team, rest assured as we do listen to feature requests . -Paul
- Reports on results of scripts ran
-
Full feature support and faster product updates for your antivirus addon.
Hi Christian, Pulseway will only overwrite the configuration settings that are configurable from the WebApp. The local configuration for the unsupported modules will not be touched. -Paul
-
Acronis Backup Support
Hi Christian and studiouk, While we don't give ETAs unless we properly announce them over the social medias or over a press release we do take in account all the options and let me say that Acronis is on our consideration list. In regards to the data protection law, we can arrange a migration to one of our partners as you've already pointed out or you can host your own Pulseway server. -Paul
- Create scopes on the Android app.
- Sorry, next crazy idea: Cleanup Server Modules
-
Impoved Microsoft Windows Update
Grouping Windows Updates by their category is a great idea. I've wrote it down. We will investigate why Pulseway fails to see certain Windows Updates. Do you see any patterns over your systems like only Windows 10 machines have this problem or it only happens for certain KBs? -Paul
- Unable to monitor azure
- Check Server uptime and reboot if Greater than 35 days
-
Chat Logs
Unfortunately no, not at this time. -Paul
-
Notification Offline and One Server wont comeup
Hi Qazi, When you delete an online system from Pulseway we prevent it from re-registering for a period of time (since you wanted it gone ). Stop the Pulseway service, delete the HKLM:\SOFTWARE\MMSOFT Design\PC Monitor\ComputerIdentifier and restart the service. -Paul
- Configure Powershell Impersonation remotely
-
Configure Powershell Impersonation remotely
Copy the encrypted values from the registry from a configured system and set them via an automation script. HKLM:\SOFTWARE\MMSOFT Design\PC Monitor\PowerShellUserImpersonation HKLM:\SOFTWARE\MMSOFT Design\PC Monitor\PowerShellUserImpersonationDomain HKLM:\SOFTWARE\MMSOFT Design\PC Monitor\PowerShellUserImpersonationPassword HKLM:\SOFTWARE\MMSOFT Design\PC Monitor\PowerShellUserImpersonationPasswordCtrl HKLM:\SOFTWARE\MMSOFT Design\PC Monitor\PowerShellUserImpersonationUsername -Paul
-
Acronis Backup Support
Hi Christian, We do plan to integrate with a 3rd party backup solution however we cannot disclose the name of the product until it's properly announced. This is part of our big Roadmap posted on the forums. -Paul
-
Antivirus in language of the operating system.
Hi Christian, I'll do some digging to see what can be done here. I'll let you know when I get to something. -Paul
-
Auto Clear Notifications Based on Trigger Conditions
Hi guys, This kind of circumvents the way Pulseway was designed to work and requires a lot of changes to the product to be made in order to make this possible however we do brainstorm about this during our meetings to find a way to implement this without affecting the experience for our existing customers. We're thinking on offering this as an option you can enable for your account that will automatically instruct agents to clear the notifications when the underlying condition is no longer present however this could easily confuse people as some notifications like Event Log or File notifications are event driven notifications rather than condition based notifications making some notifications follow the "automatic clear" system and some to persist. -Paul