Jump to content

Paul

Administrators
  • Posts

    1758
  • Joined

  • Last visited

Everything posted by Paul

  1. Paul

    Time zone problem

    Normally the event timestamps should match, because the data is being exported from the pc then send to your device via the server. So basically what you see on mobile might be an older event. If not tell me the steps to reproduce and I'll take a look too. This is weird because I use event log browser often and never noticed this problem.
  2. Hello ads, At this moment all account details can only be changed from Mobile PC Monitor Manager application (the agent you install on the computers) by clicking the Account Details button. The Web UI is just another Mobile PC Monitor client. It has no access to your account details, security options and registered computer settings.
  3. Or you can create a .reg file for the enabled and disabled file and call it from terminal like this: regedit.exe /s path_to_your_reg_file or even better you can create batch scripts that contain the command and place them in your PATH variable (by default system32 and windows are included in path) then you can type: enablemaintenancemode.bat and disablemaintenancemode.bat With PC Monitor the posibilities are endless Paul.
  4. Paul

    Database module

    You can do this with Services feature. You can view, start, (stop?) agent jobs, and restore them via query (you can add favorite queries to avoid writing them). You can view the server log. All that for MSSQL server.
  5. With the release of Vembu© StoreGrid© 4.2 they have changed the API structure thus making my plugin unusable. I've already fixed the problem and submitted the new version to Mobile PC Monitor. Also I've finished all the fixes at the size formatting problems. ! Warning ! - Do NOT install the plugin version 1.2 on any StoreGrid© Server that is bellow 4.2 as it will not work. ! Warning ! As always if you encounter any problem with my plugin feel free to let me know! Paul.
  6. Hello, As far as I know POTS is looking for the config.xml that's located in the same folder with the DLL file you linked into pc monitor manager.
  7. Hello, There is a solution to stop users from killing the application. Other then this no. You can go to services and set the Restore options. For instance if someone kills your service it will automatically restart, if he kills it again, PC Monitor will restart again then the third time you can set it to start an application or batch script that will start the service again and reset the restore counter. Note: If you would like to protect PC Monitor's task process (for lock and screenview commands) read this. Good Luck.
  8. Hello, This is commonly caused because someone or something kill the pcmontask process. Please check if the pcmontask is running and if it's not running then someone must have closed it. To prevent someone from closing it make a scheduled task that runs only on manual call and has an action to start the pcmontask. Then you can create a rule that will check if the process closes then fire the sceduled task, this will restart the process every time someone kills it and eventually the person will get bored. Cheers.
  9. Yes you should forward the udp 9 to any IP in the network and you should activate wake on lan from BIOS. Also you need ti enable wake on wan in PC Monitor.
  10. Paul

    Reboot

    Hello, As far as I know you will be getting a PC is shutting down alert when he is rebooting too. (If setting is enabled), and if the system reboots properly you should receive an alert with system is up and running (If setting is enabled).
  11. Hello, This happens only using Plugins notifications. Normal notifications do not require deletition before another one can be sent. As for the setting about resending notification it doesn't exist at this moment. Cheers.
  12. It's a false positive because the binaries are protected from debuggers (just like most viruses and other 5 million applications are). All PC Monitor released are signed with a certificate, this should be enough to prove the authenticity. In the mean time I suggest that you manually create exception rules for the PC Monitor folder. G Data... never heard of them.
  13. Why not consider upgrading to esx or vmware player too? It's almost the same thing as the server version.
  14. Not sure if it's wise to store all the data on a mobile device. I would rather choose to have an option to keep data on an enterprise server.
  15. The order is not selectable and the icons are not customizable at this moment. Glad to see someone trying out the plugin system !
  16. Agent-less computers can be considered application instances. You can achieve that by writing a cloud-api based application. Here is a really nice tutorial on how you can do that, it's really simple. Also there are some features that can be used to monitor remote services too (Ping, Ports, Exchange, VMWare, SQL). Also you can create a plugin that will be installed on a pc with Mobile PC Monitor installed that is used to get WMI information from remote computers and display / notify them on request. It's only limit is your imagination.
  17. Please run winver in windows 2008 server and tell me which version it's being printed out. Example: Version 6.1 (Build 7601) . Thank You.
  18. Hello, Plus one! This is something that would help, however this comes with a problem too: Which IP should be displayed from which adapter? A network adapter can have multiple ips and a computer may have multiple adapters. It could work if you only display Local IP Address and if you tap on it to show you a list with all ips grouped by adapters. Nice monitor support btw. It fits great for PCM! Paul
  19. Try this: http://support.microsoft.com/kb/314481 .
  20. No upgrades will be affected and yes you can install and uninstall or just delete the service reference and the files.
  21. The easiest way to prevent a user from uninstalling it is by removing it's installation entry from registry, this way the application will no longer show up in the uninstall screen. You can use CCleaner to delete that registry entry. Ofcourse there can be an official feature for this but I don't think that this will be for the good of all users.
  22. Hello, You can prevent that by cutting the administrative rights from the user.
  23. You can try to enable diagnostic logging to see if he shows an error. You can enable Diagnostic Logging from Settings tab and Diagnostics subtab. Doing so PC Monitor will start writing log details to a file called trace.log that can be found in the PC Monitor installation folder. If you find any error please copy and paste it here. Just my curiosity: Are you sure that the credentials you provided in PCM have access to the databases?
  24. Hello, All logs are saved ON DEMAND, by manually activating diagnosting logging. You can enable Diagnostic Logging from Settings tab and Diagnostics subtab. Doing so PC Monitor will start writing log details to a file called trace.log that can be found in the PC Monitor installation folder. While writing a plugin you can add base.Trace("Message") or just Trace(string) in your code and it will show up in Diagnostic Logging. The only way of debugging your code is by not writing a Plugin but a Cloud Instance, this way you don't have to use PC Monitor's agent and you can embed all PC Monitor's functionality into a standalone application Here is a really nice tutorial on how to work with Cloud API: http://www.mobilepcm...netcloudapi.php And here is the Plugins tutorial: http://www.pulseway.com/netclientapi.php If you want some examples you can look at the plugins forum: http://forum.mobilep...ows-client-api/ as most of the releases out there are opensource. Good luck, Paul.
  25. The main reason would be traffic. Faster refresh rates = more data passing through the server = more expenses. I "think" this can be changed if you own an enterprise server.
×
×
  • Create New...