Jump to content
Pulseway 9.14 🔥

Paul

Administrators
  • Joined

  • Last visited

Everything posted by Paul

  1. +1 for this. I would like to see this too in PC Monitor without having to add a performance counter.
  2. Paul replied to gbrown481's post in a topic in Dashboard
    The only possible way I can come up is by connecting with a remote desktop or a similar application to a windows instance with the dashboard app installed. Or maybe run a virtual machine inside that linux box with a minimalist windows xp just for the dashboard.
  3. Paul replied to gbrown481's post in a topic in General
    As far as I remember all offline notifications I receive come up as Critical Notifications.
  4. At this moment PC Monitor only supports viewing the main screen. It was already announced to be on the roadmap here: http://forum.pulseway.com/topic/995-req-screens-all-monitors-pcm-service/#entry4089 Paul.
  5. Paul replied to Martin Stevnhoved's post in a topic in Feature Requests
    You can add notes for monitored systems using all mobile clients however the duration of the maintenance mode is being reported anywhere.
  6. On android you don't have app badges that indicated notification count. To clear the notification count make sure you acknowledge each notification (just open it) and the notification count will decrease.
  7. You need to forward UDP 9 in your router: Refer to www.portforward.com
  8. The problem was not the operating system but some monitored values did not exist in the registry and apparently the plugin didn't like that.
  9. Paul replied to 101hey101's post in a topic in Feature Requests
    Most plugins are open source (at least mine), feel free to reuse any code you may find on these forums. Also there are some plugin examples and documentation available here: http://www.pulseway.com/api
  10. Paul replied to 101hey101's post in a topic in Feature Requests
    You could do the following: Create a scheduled task that you configure it to run manually (no schedule) and to impersonate a user then you can execute the scheduled task on demand from PC Monitor You can create a plugin that can execute processes as a user (sample: http://forum.pulseway.com/topic/782-create-plugin-in-visual-studio-vb/#entry3264)
  11. Paul replied to nasomi00's post in a topic in Feature Requests
    Hello Nasomy, You should contact the sales department (sales at mobilepcmonitor dot com) since they are running the discounts show. Good Luck, Paul
  12. Paul replied to Davis Lundy's post in a topic in iOS
    You need to forward your WoL port in your router so that the Wake command can reach your offline computer.
  13. Paul replied to unstrain's post in a topic in Bugs
    Sadly dell uses proprietary API to manage it's sensors and doesn't expose just like all other brands to the standard sensor library. I've seen similar issues with some proliant servers from HP too.
  14. Paul replied to kayinmoon's post in a topic in General
    It is a free trial of 30 days so you can experience all of the 'premium' features. Then it will fallback on the free-for-non-commercial subscription that is free for ever and allows you to monitor up to five computers. PC Monitor is awesome .
  15. Paul replied to Matthew Clark's post in a topic in Windows
    Hello Matthew, GroupPolicy settings are only applied at service runtime and are not reflected in the PC Monitor Manager on the target machine. This is also covered in the user manual: http://www.pulseway.com/manual
  16. As far as I'm concerned I like to keep my notifications to a minimum and I only monitor a handful of event ids on my machines. I don't think this is a bad idea tho, but it would help if people would share the event id's they are looking for to see bundled into PC Monitor: Example of event ids: http://forum.pulseway.com/topic/887-events-in-event-viewer/ http://forum.pulseway.com/topic/760-event-log-monitoring/ http://forum.pulseway.com/topic/117-event-log-notifications/ http://forum.pulseway.com/topic/1007-event-logs/ http://forum.pulseway.com/topic/213-event-log-filter-random/ http://forum.pulseway.com/topic/82-smart-status/
  17. Paul replied to techtripp's post in a topic in Feature Requests
    Can you please elaborate this? What kind of features are you looking for?
  18. You could manually install the service. Installing PC Monitor Service: cd C:\Windows\Microsoft.NET\Framework64\v4.0.30319 InstallUtil.exe "C:\Program Files\PC Monitor\PCMonitorSrv.exe" Extract from manual installation guide. Paul.
  19. Paul replied to calimero's post in a topic in iOS
    Shutdown instructs the operating system to close all applications and shutdown. Power Off kills the entire system (similar to cutting power to the machine). This operating may cause hardware damage. Hibernate will instruct the operating system to save all RAM to the DISK and then power off. Suspend saves the operating system current status and goes into low energy consumption mode but it doesn't power off the machine. Enter / Exit maintenance mode controls the notification system. If maintenance mode is active that machine will not send any notifications until maintenance mode is disabled. There is no reset function however you can send a Restart function which will properly shutdown and restart your operating system (and if configured will force the restart command, forcing all applications to close [loosing all unsaved data] but it guarantees that the machine will actually reboot). Paul
  20. Paul replied to daschef's post in a topic in VMware
    Hello Markus, PC Monitor already supports vSphere 5.5. Have you encountered any trouble with it?
  21. Well first of all you don't need to login to apply updates, PC Monitor doesn't require any logging it, right? Also I would never allow automatic updates on a production windows server machine. Mainly because of the unpredictable problems that may appear. In two years of my IT Administrator history I've lived to see Windows Server 2003 critical IIS update that 'forgot to start IIS back after the update' or a service pack for SQL Server 2012 that literally killed the application itself and I could go on with a few more. Always apply all updates by hand and always triple check overall system functionality after an update restart. If you would like to automatically install windows updates why not enable automatic updates in windows? That will only install important updates.
  22. Anything that is supported in a .NET you can put into a plugin and it will work. I am very curious about your plugin that caused the Web Application not to load, can you share with us what did you do? Paul.
  23. Hello techtripp, Since Dell OpenManage is closed proprietary software with no public API available there isn't much I can do here. They only expose a CLI application which is useful for some scripts that help you automate maintenance tasks. The only possible way would be to parse the output from the CLI application which is a horror story in the world of programming.
  24. Paul replied to iwednesday's post in a topic in General
    You must add PCMonitorSvc.exe to the safe application list and allow connection to ws0->ws20.pulseway.com (ws0,ws1,ws2,...,ws19,ws20). Paul
  25. Paul replied to Ali A-b's post in a topic in General
    Have you forwarded your WoL port in your router? Try the solution in this post: http://forum.pulseway.com/topic/630-help-with-wol-wake-up-didnt-works-for-me/