Jump to content

Paul

Administrators
  • Posts

    1740
  • Joined

  • Last visited

Everything posted by Paul

  1. Paul

    Wrong CPU Usage

    In this case I have no further ideas. Your performance counters seem to be broken. Try doing a WMI checkup too with the WMI Diag tools from Microsoft. http://technet.microsoft.com/en-us/library/ff404265.aspx
  2. Paul

    Wrong CPU Usage

    Did you run the "lodctr /r" command in an administrative command prompt?
  3. As far as I remember NTP is still not converted to UPSTART for the Ubuntu distro so you have to use SYSVINIT as DaemonType. The Path of the NTP daemon is: /usr/sbin/ntpd. Paul
  4. Hello , Have you forwarded port UDP 7 and 9 to your private IP address of the machine? Does your machine have a static IP address? Use www.portforward.com to find out how to create NAT rules. Paul
  5. Hey Lonny, No, you cannot use Pulseway to create a remote desktop connection (unless you use Pulseway Dashboard and you use it to create a plain old RDP connection which requires port forwarding). However they do have a public Roadmap and it seems that Remote Desktop is currently in development which can only mean one thing: sooner or later Pulseway will support remote desktop connections - which will be mind blowing when it's going to be announced! Paul
  6. You could give them access to your account and keep your other systems secure in the following way: Enable Two-Step Authentication Create a Default Mobile Policy with No Access to all of your current systems and No Access to newly added systems Create a Policy for your Mobile Device with Full Access to all systems and Full Access to newly added systems Create a Policy for your CIO, CEO and CFO's phones to only gain access to certain systems in Read Only mode and No Access to newly added systems. They will not be able to change your policies due to the two step authentication and if they add a new mobile device with your account they will not be able to see anything.
  7. 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
  8. 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!
  9. Thanks for sharing this. Very useful for other people that are searching for WOL with intel 85279v.
  10. 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?
  11. 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.
  12. 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?
  13. However this is a fair feature request. I can find a couple of scenarios when this could be useful. +1 for this.
  14. 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 .
  15. 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
  16. Hello Francis, Glad you got it working.
  17. 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
  18. 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?
  19. 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/
  20. Is your computer configured to notify you when it starts or shuts down?
  21. 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
  22. Do you have a subscription? Server modules are only available if your account is using a paid subscription.
  23. Paul

    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
  24. Paul

    ESX monitoring

    Yes, add more windows machines. Aside from this alternative there is no other way...
  25. Worth adding that Pulseway 4.4 is now out and it has the new notification priority customization feature . Thank you for the cool feature!
×
×
  • Create New...