Here are some feature requests I wanted to share, to see if you (the main Developer), or other users like.
Hope these are inspiring.
--Notifications to add:
- Would it be possible to detect the difference between a Sleep and Hibernate (for a suspended state)
I am pretty sure windows broadcasts a WM message, or sends it to some WndProcs or something similar to decypher the difference.
- Under the users section, could you add:
When a user locks the computer (and report the user name that locked it)
When a user unlocks the computer (and report the user name that unlocked it)
- Supporting the 12 hour clock would also be nice, since I am use to that, and its easier to not have to do the calculations every time an alert is sent.
- Another interesting message would be the detection if the server (client/computer) is unresponsive.
This message could be sent out if another computer on the network (Ex: LAN) is setup to detect this.
Basically it would be when the client application on the iPhone (or other device) detects that the server is offline, but within the network, the NIC/IP/MAC address is still active (if this is detectable)
In this case, the notification would be sent out from an adjacent "watch dog" computer that was setup to monitor such events that may happen.
This could be useful in times of:
- Computer may be booting up still (but OS hasn't loaded, so thus the server on the computer hasn't yet)
- The computer BSOD-ed
- The computer is stuck somewhere in the boot process (at a menu, or similar)
--More info to add:
Not under notifications, but simply some other extra info to add would be:
- Under the Users area in the client iPhone app, add a section that shows the Forground Window Application
ex: Window title, process's file name description, process name, process path (option)
- Also in the User's area (or simply in the System Overview area), a nice feature to show a screen shot of what the screen actually looks like (what is being displayed on the monitors), would be very great.
I am not sure how exactly to handle this if the computer is locked - as in I am not sure if the API functions for taking a screen shot work there, so I am wondering if a mirror driver would need to be built, and run quickly to do the video (Screen) capture, and then simply stop.
- In the process list, if it is possible to do a tree-view, I would absolutely love to see the process layout in a tree of child parent relationship (like in Process Explorer or Process Hacker)
Will take some recursive programming, but I think it is well worth the effort if do-able.
I cant view processes any other way now (spoiled I guess )
Here are some feature requests I wanted to share, to see if you (the main Developer), or other users like.
Hope these are inspiring.
--Notifications to add:
- Would it be possible to detect the difference between a Sleep and Hibernate (for a suspended state)
I am pretty sure windows broadcasts a WM message, or sends it to some WndProcs or something similar to decypher the difference.
- Under the users section, could you add:
When a user locks the computer (and report the user name that locked it)
When a user unlocks the computer (and report the user name that unlocked it)
- Supporting the 12 hour clock would also be nice, since I am use to that, and its easier to not have to do the calculations every time an alert is sent.
- Another interesting message would be the detection if the server (client/computer) is unresponsive.
This message could be sent out if another computer on the network (Ex: LAN) is setup to detect this.
Basically it would be when the client application on the iPhone (or other device) detects that the server is offline, but within the network, the NIC/IP/MAC address is still active (if this is detectable)
In this case, the notification would be sent out from an adjacent "watch dog" computer that was setup to monitor such events that may happen.
This could be useful in times of:
- Computer may be booting up still (but OS hasn't loaded, so thus the server on the computer hasn't yet)
- The computer BSOD-ed
- The computer is stuck somewhere in the boot process (at a menu, or similar)
--More info to add:
Not under notifications, but simply some other extra info to add would be:
- Under the Users area in the client iPhone app, add a section that shows the Forground Window Application
ex: Window title, process's file name description, process name, process path (option)
- Also in the User's area (or simply in the System Overview area), a nice feature to show a screen shot of what the screen actually looks like (what is being displayed on the monitors), would be very great.
I am not sure how exactly to handle this if the computer is locked - as in I am not sure if the API functions for taking a screen shot work there, so I am wondering if a mirror driver would need to be built, and run quickly to do the video (Screen) capture, and then simply stop.
- In the process list, if it is possible to do a tree-view, I would absolutely love to see the process layout in a tree of child parent relationship (like in Process Explorer or Process Hacker)
Will take some recursive programming, but I think it is well worth the effort if do-able.
I cant view processes any other way now (spoiled I guess
)
I will add to this list as/if I think of more