-
Posts
1758 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Paul
-
IT never sleeps . I've found your inquiry and asked around what's the hold up. Unless everyone took your advice and went for pints someone should reach out to you soon. -Paul
-
I'll look into what happened to your sales inquiry and get back to you. Sorry for the delay. -Paul
-
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
-
Hi there, I'll add them to the list for review. Thanks. -Paul
-
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
-
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
-
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
-
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
-
Hi @winsale, How are you registering the systems (Pulseway Manager -> Register System or system deployment)? -Paul
- 3 replies
-
- windows
- configuration
-
(and 1 more)
Tagged with:
-
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
Paul replied to Martin Stevnhoved's topic in Bugs
Hey Martin, Sorry for the delay. I have somehow missed this bug report. I can confirm that this will be fixed in the next Dashboard release which is due to be out this week. -Paul -
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
-
In that case we'll reach out to the team that maintains the project to add support for it. Thank you! -Paul
-
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
-
You are right, that was my mistake. We're still testing the Dropbox package. -Paul
-
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
-
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
-
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
-
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
-
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
-
Hi there, The next batch of software titles will be coming out early next week. -Paul
-
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
-
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
Paul replied to Karen Brown's topic in Linux
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