Pages:
Author

Topic: M's Miner (Ant/SP) Monitor v5.2: alerts,auto/mass/scheduled reboot/mobile miner - page 52. (Read 209500 times)

legendary
Activity: 1540
Merit: 1001
How about adding a popup message when starting a new instance of the monitor IF there is already an instance already running? Sometimes I forget the monitor was minimized to the tray and not the bar and it opened a new instance.

Thanks!

Oops!  Good idea.  I added that in M's Pool Monitor, forgot to implement it here.

M
sr. member
Activity: 322
Merit: 250
3D Printed!
How about adding a popup message when starting a new instance of the monitor IF there is already an instance already running? Sometimes I forget the monitor was minimized to the tray and not the bar and it opened a new instance.

Thanks!
legendary
Activity: 1540
Merit: 1001
I haven't updated past 1.8 and if you added it great if not than; is there a possibility
to see what the current diff the ants are working at?
It isn't important really but just something else to check.

I'll look, I think it's in the API.

M
hero member
Activity: 770
Merit: 500
I haven't updated past 1.8 and if you added it great if not than; is there a possibility
to see what the current diff the ants are working at?
It isn't important really but just something else to check.
legendary
Activity: 1540
Merit: 1001
I just published v2.0.  In light of the odd errors some folks are having with the new alert logic, this version was published before SSH support was added.

v2.0
- Added more errorhandling and logging, especially around the new alert logic. 
- Added email support.  This is untested (in the interest of time), but working code that came M's Pool Monitor.

Download link: MAntMonitor20.zip

PLEASE NOTE:

Assuming no additional odd errors come up, next version should have SSH and reboot functionality.  After that, unless there is some really feature that folks are looking for that I overlooked, I need to move on to my next project for some time.  So if you have a feature request that I've missed, please speak up!

M

appreciate the work going into this.

I have set up email alerts but it doesn't seem to be working. could you include the output of the email test in the log window?
Also when I enable s1 fan alert it warns me to set an s2 fan alert.

Yes, I realized this morning that I added the code, but forgot to reference it! Smiley  Just put out an update to fix that..

Download link: MAntMonitor20a.zip

Will look at that logic, must have missed something.  Thanks!

M

ah I see yes the fail logs. is there a log showing the debug output? such as error codes from the server etc? i'm sending mine to an exchange server using basic authentication and ssl

No there isn't.  I'm using Microsoft's built in SMTP support, which, in Microsoft fashion, works best (or only?) with Microsoft servers.  Sometime I may write my own code for it, but time is one thing I don't have a lot of anymore. Sad

M
sr. member
Activity: 308
Merit: 250
Decentralize your hashing - p2pool - Norgz Pool
I just published v2.0.  In light of the odd errors some folks are having with the new alert logic, this version was published before SSH support was added.

v2.0
- Added more errorhandling and logging, especially around the new alert logic. 
- Added email support.  This is untested (in the interest of time), but working code that came M's Pool Monitor.

Download link: MAntMonitor20.zip

PLEASE NOTE:

Assuming no additional odd errors come up, next version should have SSH and reboot functionality.  After that, unless there is some really feature that folks are looking for that I overlooked, I need to move on to my next project for some time.  So if you have a feature request that I've missed, please speak up!

M

appreciate the work going into this.

I have set up email alerts but it doesn't seem to be working. could you include the output of the email test in the log window?
Also when I enable s1 fan alert it warns me to set an s2 fan alert.

Yes, I realized this morning that I added the code, but forgot to reference it! Smiley  Just put out an update to fix that..

Download link: MAntMonitor20a.zip

Will look at that logic, must have missed something.  Thanks!

M

ah I see yes the fail logs. is there a log showing the debug output? such as error codes from the server etc? i'm sending mine to an exchange server using basic authentication and ssl
legendary
Activity: 1540
Merit: 1001
Notes on email logic:

- My 2.0 release missed a step, the code was there, but not referenced.  2.0a has it.
- Last I tested this, it didn't work with all SMTP servers.  It worked with Google's servers, but not Verizon's.  Didn't have any others to check.
- There aren't any governors on the email logic to prevent "spam".  That means if it's set to check your ants every 5 minutes, and there's an alert every 5 minutes, you'll get an email every 5 minutes.  You might want to enable the email feature with caution! Smiley  I intend to add a governor "only send an email once every x minutes" in next version.

M
legendary
Activity: 1540
Merit: 1001
Feature Request:
1. Minimise to system bar.

It does that already!  Added in v1.9 I believe.

M
legendary
Activity: 1540
Merit: 1001
I just published v2.0.  In light of the odd errors some folks are having with the new alert logic, this version was published before SSH support was added.

v2.0
- Added more errorhandling and logging, especially around the new alert logic. 
- Added email support.  This is untested (in the interest of time), but working code that came M's Pool Monitor.

Download link: MAntMonitor20.zip

PLEASE NOTE:

Assuming no additional odd errors come up, next version should have SSH and reboot functionality.  After that, unless there is some really feature that folks are looking for that I overlooked, I need to move on to my next project for some time.  So if you have a feature request that I've missed, please speak up!

M

appreciate the work going into this.

I have set up email alerts but it doesn't seem to be working. could you include the output of the email test in the log window?
Also when I enable s1 fan alert it warns me to set an s2 fan alert.

Yes, I realized this morning that I added the code, but forgot to reference it! Smiley  Just put out an update to fix that..

Download link: MAntMonitor20a.zip

Will look at that logic, must have missed something.  Thanks!

M
hero member
Activity: 784
Merit: 504
Feature Request:
1. Minimise to system bar.
sr. member
Activity: 308
Merit: 250
Decentralize your hashing - p2pool - Norgz Pool
I just published v2.0.  In light of the odd errors some folks are having with the new alert logic, this version was published before SSH support was added.

v2.0
- Added more errorhandling and logging, especially around the new alert logic. 
- Added email support.  This is untested (in the interest of time), but working code that came M's Pool Monitor.

Download link: MAntMonitor20.zip

PLEASE NOTE:

Assuming no additional odd errors come up, next version should have SSH and reboot functionality.  After that, unless there is some really feature that folks are looking for that I overlooked, I need to move on to my next project for some time.  So if you have a feature request that I've missed, please speak up!

M

appreciate the work going into this.

I have set up email alerts but it doesn't seem to be working. could you include the output of the email test in the log window?
Also when I enable s1 fan alert it warns me to set an s2 fan alert.
legendary
Activity: 1540
Merit: 1001
I just published v2.0.  In light of the odd errors some folks are having with the new alert logic, this version was published before SSH support was added.

v2.0
- Added more errorhandling and logging, especially around the new alert logic.  
- Added email support.  This is untested (in the interest of time), but working code that came M's Pool Monitor.

Download link: MAntMonitor20a.zip

PLEASE NOTE:

Assuming no additional odd errors come up, next version should have SSH and reboot functionality.  After that, unless there is some really feature that folks are looking for that I overlooked, I need to move on to my next project for some time.  So if you have a feature request that I've missed, please speak up!

M
newbie
Activity: 52
Merit: 0
Really a good software ah, thank you pay, I'm going to try it at night
legendary
Activity: 1540
Merit: 1001
Awesome update yo, looks great! I will enable some alert functions and let ya know what I think.

Quick question...what does "Enable Annoying Popup" enable? I am half tempted to click that option! haha  Grin

The annoying popup is a separate window that comes up when there's an error, and it tries to get your attention.  It could probably be more annoying..

M
sr. member
Activity: 322
Merit: 250
3D Printed!
Just got my first error popup...
I did have the config window selected and I was searching for some sound files to use for the alerts. What format does it recognize?

It doesn't do anything itself.  It just tells Windows to run it.  So anything your PC supports should work.

There must be some logic flow I missed in there.

Thanks for the report.  I suspect once you pick something, it'll work fine?

M

Ugh, stupid browser! Lost my entire post draft I had just written up and was about 5 seconds from submitting my reply, double ugh!

Anyways, I had not yet saved any changes to the config at the time of the crash. I did however have the upload sound popup opened when the error popped and the monitor was refreshing as well, mine is set for 360 seconds. I will let ya know how it goes a little later.
legendary
Activity: 1540
Merit: 1001
Just got my first error popup...
I did have the config window selected and I was searching for some sound files to use for the alerts. What format does it recognize?

It doesn't do anything itself.  It just tells Windows to run it.  So anything your PC supports should work.

There must be some logic flow I missed in there.

Thanks for the report.  I suspect once you pick something, it'll work fine?

M
sr. member
Activity: 322
Merit: 250
3D Printed!
Just got my first error popup...
I did have the config window selected and I was searching for some sound files to use for the alerts. What format does it recognize?

Code:
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidCastException: Conversion from type 'DBNull' to type 'String' is not valid.
   at Microsoft.VisualBasic.CompilerServices.Conversions.ToString(Object Value)
   at MAntMonitor.frmAntMonitor.HandleAlerts()
   at MAntMonitor.frmAntMonitor.RefreshGrid()
   at MAntMonitor.frmAntMonitor.TimerRefresh_Tick(Object sender, EventArgs e)
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.18444 built by: FX451RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
MAntMonitor
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/morgan/Documents/Mining/MAntMonitor19/MAntMonitor.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 10.0.0.0
    Win32 Version: 11.0.50938.18408 built by: FX451RTMGREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.34108 built by: FX45W81RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Data
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Numerics
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
----------------------------------------
Newtonsoft.Json
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.1.17001
    CodeBase: file:///C:/Users/morgan/Documents/Mining/MAntMonitor19/Newtonsoft.Json.DLL
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:


   


When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


legendary
Activity: 1540
Merit: 1001
Thanks a lot for new version  Cheesy
I have seen it so late.

But gave me the following error and not working properly:

Please guide:

Looks like something funny is up with 51.  I did put error handling around an ant not responding properly, but I didn't fully test it.  Does everything seem normal with 51?

M

I use wifi connection for all ants and sometimes wifi is weak and then this happen.

I have some ideas. 

M
sr. member
Activity: 399
Merit: 250
Cryptocurrency Evangelist
Thanks a lot for new version  Cheesy
I have seen it so late.

But gave me the following error and not working properly:

Please guide:

Looks like something funny is up with 51.  I did put error handling around an ant not responding properly, but I didn't fully test it.  Does everything seem normal with 51?

M

I use wifi connection for all ants and sometimes wifi is weak and then this happen.
legendary
Activity: 1540
Merit: 1001
Thanks a lot for new version  Cheesy
I have seen it so late.

But gave me the following error and not working properly:

Please guide:

Looks like something funny is up with 51.  I did put error handling around an ant not responding properly, but I didn't fully test it.  Does everything seem normal with 51?

M
Pages:
Jump to: