Everything posted by Paul
-
Testing notifications
Hey there, It seems to me that you are using the wrong endpoint: https://api.pulseway.com/v1/publish should only be used for Publish and https://api.pulseway.com/v1/notify should be used for Notify. I believe that the reason you are getting a successful response (HTTP 200) is because they are allowing you to publish with empty contents. So if you specify a valid instance_id the publish will succeed. (@Pulseway: correct me if I'm wrong). I just tested your request with the correct endpoint and it seems to be working here. Paul
-
Possible to Monitor Text-Based Log Files?
Hey there, I'm using Pulseway to monitor my error log files (maybe you can edit your scripts to write only errors to the file you ask Pulseway to monitor) and send me a notification whenever the file changes. This way you will be able to open Pulseway on your mobile device and tail the error log file to view the error you are looking for. Pulseway doesn't know to filter notifications by keywords (as of now) but you can have your script only write to the Pulseway monitored log file if it contains the keywords you are looking for. This may be a workaround but at least you get the job done . Good Luck!
-
WOL doesn't work (win 8.1 64bit, intel 85279v)
Thanks for sharing this. Very useful for other people that are searching for WOL with intel 85279v.
-
WOL doesn't work (win 8.1 64bit, intel 85279v)
The ACPI sleep states are not supported by all BIOS firmwares. http://en.wikipedia.org/wiki/Advanced_Configuration_and_Power_Interface Can you wake your computer with any other software?
-
WOL doesn't work (win 8.1 64bit, intel 85279v)
Try using WOL port 9 and see if that fixes your problems. WOL ports are 7 and 9. Pulseway should send WOL packets to port 7 too however it's fair enough to test. Also try making your computer power off to S5 rather than S3 and see if that fixes your problem. This can be set from the BIOS settings.
-
archived notifications
Hey there, What do you mean by archived notification. If my memory helps, Pulseway's Dashboard has no support for archiving notifications, however it can permanently delete them. Also, how do you know it was the Dashboard that deleted the notification?
-
Email notification if server is down
However this is a fair feature request. I can find a couple of scenarios when this could be useful. +1 for this.
-
Error adding subscription azure
Turn on diagnostic logging from Settings -> Diagnostics, try to open the VM on your mobile device again (wait for the message with data not available to show up) and then send the trace.log file from Pulseway's installation directory to support [at] pulseway [dot] com. I'm sure they will be happy to help you .
-
Error adding subscription azure
Hey soetie, This happened to me once, try generating a new certificate and importing it again on the Azure Management Portal. For some reason the OS lost your certificate key (maybe it was very old?) Paul
-
mobilepcmonitor pocess unable to quit
Hello Francis, Glad you got it working.
-
Wake up command sent but still offline
Hello Kannon, First of all you cannot wake up a computer that is connected to the Internet using WiFi because the WiFi network adapter is turned off when your computer shuts down. Only wired Ethernet network adapters stay on while your computer is offline which makes it possible to wake your computer via Wake On LAN. To create a port forward you need to do the following: Gain access to your router's configuration panel (Look at your network adapter's configuration and try opening in the browser the IP address you see in the Default Gateway or the DHCP Server fields. Set your computer to use a Static IP Address (either you configure a DHCP reservation for the MAC address of your network adapter or you configure a static IP address in your network adapter make sure your IP address does not change). Create a port forward rule (Some routers call it Port Mapping) that forwards connections from UDP port 9 to the UDP port 9 of the local IP address of your computer. You need access to your BIOS to check that Wake On LAN is enabled for the wired network adapter! Paul
-
Wake up command sent but still offline
Hello Kannon, Is your computer connected to your router using WiFi or via Ethernet cable? Did you create a port forward rule for your WOL port in your router? Did you enable WOL (Wake On Lan) in your BIOS?
-
mobilepcmonitor pocess unable to quit
The following commands should remove Pulseway permanently from your computer: launchctl remove com.mobilepcmonitor.PCMonitorHelper rm -rf /Library/LaunchDaemons/com.mobilepcmonitor.PCMonitorHelper.plist rm -rf /Library/PrivilegedHelperTools/com.mobilepcmonitor.PCMonitorHelper rm -rf /var/root/Library/Application\ Support/PCMonitor/
-
Notifications did not work
Is your computer configured to notify you when it starts or shuts down?
-
Screen View / Webcam View
Hello James, Screen View and Webcam View require an active subscription to work (trial excluded). Do you have a subscription on your account? If so email support at pulseway dot com and they will gladly help you. Paul
-
AD Module is not showed in the phone
Do you have a subscription? Server modules are only available if your account is using a paid subscription.
-
Volume Control
Hello, I've built an application that can increase / decrease your system volume (I did not test if it works from the terminal window of PC Monitor [session zero isolation], but if it doesn't work create a scheduled task that runs the app). Usage: Source code is included in the archive. You need .net framework 4.0 to run this application. Have fun, Paul VolumeControl.zip
-
ESX monitoring
Yes, add more windows machines. Aside from this alternative there is no other way...
-
ZenDesk Integration
Worth adding that Pulseway 4.4 is now out and it has the new notification priority customization feature . Thank you for the cool feature!
-
Active Directory not found on this computer
Hi there, Is that machine also a domain controller? You can only enable the Active Directory server module on Directory Controllers...
-
Which ports are used by pc monitor?
In that case go to advanced firewall rules and add a new outbound rule that allows only PCMonitorSrv.exe access to the internet. Then create another outbound rule that blocks everything else. When you are home you will need to disable those firewall rules (if possible without your son noticing). Or maybe create a batch file and save it into a directory that's included in your PATH variable so you can send commands to the terminal like: firewallon.bat or firewalloff.bat . Let me know if you need help with the commands.
-
Which ports are used by pc monitor?
I may misundertand you but you want to completely block all outbound traffic that's not using port 443 (HTTPS) only for two computers in the LAN? This is a bad idea since your system still needs to do DNS queries (to properly resolve PC Monitor's servers and to provide other services). Again, why do you want to block outbound traffic?
-
Which ports are used by pc monitor?
Why not do it from Windows Firewall? Create a rule that blocks all outgoing traffic that's not from port 443.
-
Extra buttons
Why would you want to manage ALL services? You will have to scroll on the list to find the one you need. Same goes for counters, you really read all counter values?
-
Filter notifications via Groups on Mobile Devices
I think you can only do this if you have an enterprise server and share your computers from one main account. When you share computers you get the option to select if you wish to get notifications.