Everything posted by Paul
- Poor technical support from Pulseway?
- Poor technical support from Pulseway?
-
Audit log search
Hi Kevin, Are you referring to the notification history page from the Server Admin? I totally agree with that, we have plans to reintroduce the search functionality in a future release. -Paul
-
3rd Party Patching
Hi there, I'll add them to the list for review. Thanks. -Paul
-
Can't get PC Monitor to run
Hey Zach, We've just released an update which may have caused that to happen. If you were to try again now it should work. -Paul
-
Can't get PC Monitor to run
Hey Zach, It's already included with the Pulseway agent package and globally linked. If you just call it like this it should work: sudo pulseway-registration -Paul
-
This is not 2FA
Hey everyone, I'm excited to announce that we are working on Push-based and OTP-based 2FA as we speak. This is going to be super-awesome ! -Paul
-
Can't get PC Monitor to run
Hi Zach, Did you run the pulseway-registration tool to register the system? We no longer support entering the username / password directly into the configuration file. -Paul
- New machines not appearing in app
-
3rd Party Patching
We've released yesterday the Slack and Skype packages in addition to some updates to the existing packages. -Paul
- Dashboard: System and group is not updating when changing notification
-
Notification Bridge
Yes, just enable the offline notification from the Pulseway Manager -> Notifications -> Status and you will receive a notification if the agent stops *pinging* the server for a period of time (configurable from the Server Admin -> Settings page on the WebApp). All notifications are archived for historical record keeping and can be accessed from the Server Admin -> Notification History page on the WebApp. This could be done ... -Paul
-
Ryzen CPU temps not shown
In that case we'll reach out to the team that maintains the project to add support for it. Thank you! -Paul
-
Report Upgrade. option to produce,store, emit CSV JSON data
Hey Tim, I've got exciting news. We're starting to roll out 6.3.3 today which includes... *drum roll* support for generating CSV reports . Adding the ability of getting similar information through the REST API is also a great idea, we'll consider it for a future release. -Paul
-
3rd Party Patching
You are right, that was my mistake. We're still testing the Dropbox package. -Paul
-
Custom Polling RPC status for multi service app
Hey Jeremy, I'd recommend that you build another service that does the monitoring bits, I'll refer to that system as "Heartbeat" in the rest of the post. The Heartbeat service will be configured to make the RPC calls to the services in it's configuration and will register as a dedicated Pulseway monitored system using the Cloud API. This allows you to send real-time information about your services to the mobile apps and webapp whenever you are looking at that system, send commands from those clients back to the Heartbeat service and have the possibility of sending notifications through the Pulseway ecosystem. Keep in mind that while the Heartbeat service will become a single point of failure unless you build a master-slave system which identifies which instance is currently master using a witness. If you don't really care about it being a single point of failure you can still know when something is not working as expected by informing the Pulseway server that you want to be informed when the Heartbeat instance is offline, similarly how you receive offline notifications for the rest of your monitored systems. You do so when you call the Configure method (last bool parameter). -Paul
-
3rd Party Patching
Thanks Alex. FileZilla was released in the last batch and FileZilla, Citrix Workspace, Citrix Receiver and GoToMeeting are coming for sure in the next batch. I've added iTunes, WinSCP and WebEX to the list . -Paul
-
3rd Party Patching
Hey Brian, We're going to release tomorrow another batch of titles, namely: 7-zip (64-bit) Evernote FileZilla LibreOffice Skype for Business Also new versions for the following products: Adobe Reader DC CCleaner Mozilla Firefox Notepad++ PdfCreator PuTTy VMware Workstation Player VMware Workstation Pro WinRAR I've added your suggestions to our list . PS: Dropbox and 7-zip are already supported. VLC is coming in the batch after the one that's released tomorrow. -Paul
- adimac
-
adimac
Hi there, The watchdog.bat script gets created whenever the Pulseway service starts, I assume your son might have deleted it as well. One way to prevent your son from terminating processes would be to change his account type to a limited user however that would prevent him from installing and uninstall applications too. There are also ways of preventing users from opening the task manager through policies (but that wouldn't stop him from using a command line interface or a 3rd party tool to do it) but it all depends on the determination level of your kid. PS: This reminds me of how I've been concocting to gain access to the home computer to play games (I usually won). Best of luck, -Paul
-
Ryzen CPU temps not shown
Hey SOL, Can you please download OpenHarwareMonitor (link: https://openhardwaremonitor.org/files/openhardwaremonitor-v0.8.0-beta.zip) to see if it detects your CPU? -Paul
-
3rd Party Patching
Hi there, The next batch of software titles will be coming out early next week. -Paul
-
Is this the right product for me...?
Hi Wi-Fi and welcome to the Pulseway community, Pulseway can definitely help you with your monitoring and management needs. We do have integrations with major virtualization providers, SNMP monitoring. I am not sure what control level you require for IP PDUs and ISP monitoring is kind of a hard because if it's down, how would you notify that it's down unless you have a backup line? Feel free to start a free trial over here, I'm sure you'll have a great time with Pulseway: https://www.pulseway.com/enterprise/evaluation -Paul
-
Invalid Username or password error in Android app
Hey @Ue Khaung, The screenshot you've attached doesn't show any screen from the Pulseway app. Are you sure you're running the correct app? You can download the Pulseway app from here. Additionally, create your account from this page. -Paul
-
Error Downloading/Installing on CentOS 7-6 Kerio Server
Hey Karen, Try installing wget using this command: sudo yum install wget While wget is not embedded into RHEL based distributions, that doesn't make it a Debian command. It's just a simple free Linux application used to download files. It works perfectly fine on RHEL based distributions too. -Paul