Pages:
Author

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

legendary
Activity: 1540
Merit: 1001
Next I intend to explore how to control the pools.  I assume I can do it via SSH through the cgminer API.

After that, assuming no outstanding glitches, I intend to start on my next project.

M
legendary
Activity: 1540
Merit: 1001
Here's v2.3.

v2.3
- Added a hashrate total to the title bar
- Added the ability to reboot multiple ants at once, by using the selection bar
- Added a new "low fan" alert for both S1 and S2s
- Fixed the problem with reboots not working for S2s.
- Changed the default startup position to be center screen.

Download link: MAntMonitor23.zip

M
legendary
Activity: 1540
Merit: 1001
mdude, a change in the GUI from the classic look will give a good user experience in Monitor.
Maximize and Minimize window feature, need to be codded in.
Have you tested it in wide screen monitors? In my widescreen monitor, when it opens its like the whole window is moved to bottom right and hiding some part of the window.
Added an image to make it clear. I need to drag it to Left Top to fill in the screen.
Its a Samsung 1600*900 resolution LCD monitor.
An API can be a good add on if you can include.

Both of my screens are widescreen.  It has a minimize button already.  I don't maximize suits it well.

As for the startup position, I have it on the default, which is whatever windows decides to do.  I agree that usually doesn't make sense.  I changed it to center screen.  Let's see what happens now.

M
hero member
Activity: 784
Merit: 504
mdude, a change in the GUI from the classic look will give a good user experience in Monitor.
Maximize and Minimize window feature, need to be codded in.
Have you tested it in wide screen monitors? In my widescreen monitor, when it opens its like the whole window is moved to bottom right and hiding some part of the window.
Added an image to make it clear. I need to drag it to Left Top to fill in the screen.
Its a Samsung 1600*900 resolution LCD monitor.
An API can be a good add on if you can include.
legendary
Activity: 1540
Merit: 1001
my s1s work on manual reboot just takes a lil bit

My S2 reboots don't seem to be working.  Same for everyone else?

M

It's working for my S1 as well. 

M
sr. member
Activity: 296
Merit: 250
my s1s work on manual reboot just takes a lil bit

My S2 reboots don't seem to be working.  Same for everyone else?

M
legendary
Activity: 1540
Merit: 1001
My S2 reboots don't seem to be working.  Same for everyone else?

M
legendary
Activity: 1540
Merit: 1001
yes it would and theres already a hi temp alert for that
id like to know bout fan failures thx M

edit: and sweet my miners finely reboot now
thank for workin out my alt-click reboot req
would it be hard to make it reboot all selected/highlited miners?
and maybe somewhere that shows total hashing on the bottom maybe
thx M

Total hashrate and multiple reboot options are in the current code.  Will be in the next version.

Thanks for the suggestions!

M
legendary
Activity: 1540
Merit: 1001
yes it would and theres already a hi temp alert for that
id like to know bout fan failures thx M

Got it.  Should be fairly easy to add.

Quote
edit: and sweet my miners finely reboot now
thank for workin out my alt-click reboot req
would it be hard to make it reboot all selected/highlited miners?
and maybe somewhere that shows total hashing on the bottom maybe
thx M

I should be able to fit the hash total in the title bar along with everything else.

Not sure about the reboot selected miners.  Do you really reboot them that often?

M
sr. member
Activity: 296
Merit: 250
yes it would and theres already a hi temp alert for that
id like to know bout fan failures thx M

edit: and sweet my miners finely reboot now
thank for workin out my alt-click reboot req
would it be hard to make it reboot all selected/highlited miners?
and maybe somewhere that shows total hashing on the bottom maybe
thx M

That would indicate that it's very cool, or the fan died, right?  Isn't it it more likely that it's running too hot causing the fan RPM to max out?

M
legendary
Activity: 1540
Merit: 1001
Here's version 2.2.  Complete change log for 2.2:

- Changed the hash rates, HFan, HTemp, and freq columns to be numeric fields so that they sort properly.
- Added a new column ACount, showing the number of alerts for that Ant.  Sort by that column to have those with alerts bubble to the top.
   - Note that the glyph that shows which column is sorting, and which way it's sorting, only shows if the column header is wide enough.
- Added a tooltip text for the Pools cell to show more pool info: pool #, URL, User, and status (Alive/Dead).  Put the cursor over the Pools column for the tooltip for that Ant.  
- Added the ability to keep separate userid/passwords for each Ant, one set for SSH, and one set for Web.
   - Note that existing users will have all their web usernames/pws set to what you had stored there when it was just one field.
- Fixed the problem with multiple alerts for one Ant not being properly handled.
- Added an option to show the selection column on the Ant display grid.
- Added the ability to reboot Ants via SSH.  Notes:
   - There is a new alert type "Reboot Ants that trigger XCount alerts".
   - While auto reboots by XCount alert triggers work for both Web and API, only the API one uses the SSH call.
   - There is also a reboot governor to prevent ant from being rebooted too often.  It defaults to 30 minutes.
   - Ants to can be manually rebooted by right clicking the row and choosing the Reboot option.
   - Reboots are logged in the log tab.



Download link: MAntMonitor22.zip

M
sr. member
Activity: 447
Merit: 250
I have been using the test version 2.21b and the sorting of the rows work great when you first run the app but after leaving it running for most of the day, the sorting goes haywire.  The GH/s, HTemp, Temps rows sort randomly.  The Name and Freq rows sort perfectly.

Hmm.  It almost sounds as if it's not sorted the way you think it's sorted.  Can you give me a screenshot after it goes haywire?

M
Sure.  I restarted it just after the above post, so once it starts again I will grab some screenies.
legendary
Activity: 1540
Merit: 1001
I have been using the test version 2.21b and the sorting of the rows work great when you first run the app but after leaving it running for most of the day, the sorting goes haywire.  The GH/s, HTemp, Temps rows sort randomly.  The Name and Freq rows sort perfectly.

Hmm.  It almost sounds as if it's not sorted the way you think it's sorted.  Can you give me a screenshot after it goes haywire?

M
sr. member
Activity: 447
Merit: 250
I have been using the test version 2.21b and the sorting of the rows work great when you first run the app but after leaving it running for most of the day, the sorting goes haywire.  The GH/s, HTemp, Temps rows sort randomly.  The Name and Freq rows sort perfectly.
legendary
Activity: 1540
Merit: 1001
hi M excuse me if this has been mentioned but the fans alert seems backwards
you wouldnt want to alert if your fans = or faster than but = or slower than
like if i put 500rpm low rpm alert its alerted at greater than not less than

That would indicate that it's very cool, or the fan died, right?  Isn't it it more likely that it's running too hot causing the fan RPM to max out?

M
sr. member
Activity: 296
Merit: 250
hi M excuse me if this has been mentioned but the fans alert seems backwards
you wouldnt want to alert if your fans = or faster than but = or slower than
like if i put 500rpm low rpm alert its alerted at greater than not less than
sr. member
Activity: 308
Merit: 250
Decentralize your hashing - p2pool - Norgz Pool
yeah I have my alerts at 46 degrees. I find the usb interface goes a bit crazy up around the 50's

ahh mine are S1's .. right now they are in the spare bedroom, but soon to be in their own climate controlled clean room ! Wink

no I mean internally the S1 has USB interfaces. if the temp goes high on mine I get logs saying USB device offline and the device resets.

ahh yeah gotcha !! that doesnt normally happen till around 58 degrees I thought....

around 50 for me I think. but one of my blades doesn't report temp or fan speed properly so that may be hitting 58..
newbie
Activity: 7
Merit: 0
yeah I have my alerts at 46 degrees. I find the usb interface goes a bit crazy up around the 50's

ahh mine are S1's .. right now they are in the spare bedroom, but soon to be in their own climate controlled clean room ! Wink

no I mean internally the S1 has USB interfaces. if the temp goes high on mine I get logs saying USB device offline and the device resets.

ahh yeah gotcha !! that doesnt normally happen till around 58 degrees I thought....
sr. member
Activity: 308
Merit: 250
Decentralize your hashing - p2pool - Norgz Pool
yeah I have my alerts at 46 degrees. I find the usb interface goes a bit crazy up around the 50's

ahh mine are S1's .. right now they are in the spare bedroom, but soon to be in their own climate controlled clean room ! Wink

no I mean internally the S1 has USB interfaces. if the temp goes high on mine I get logs saying USB device offline and the device resets.
newbie
Activity: 7
Merit: 0
yeah I have my alerts at 46 degrees. I find the usb interface goes a bit crazy up around the 50's

ahh mine are S1's .. right now they are in the spare bedroom, but soon to be in their own climate controlled clean room ! Wink
Pages:
Jump to: