search for: aulbert

Displaying 14 results from an estimated 14 matches for "aulbert".

Did you mean: albert
2023 May 17
1
Synthesize low batt (LB) fron SNMP UPS which does not support this?
Hi all, On 5/16/23 20:08, Carsten Aulbert wrote: > Idly browsing the client sources, I guess I could try to add our logic > here[1] and use [2] to gather the battery stats from our UPS and then > decide if this UPS is considered critical or not. But for this, I would > need to dust off/excavate my ancient poor C knowledge ;-...
2023 May 17
2
Synthesize low batt (LB) fron SNMP UPS which does not support this?
...similar fashion, enterprise UPSes are known to raise an FSD to their subscribers, if manually powered on before criticality thresholds are cleared, since they can't guarantee a safe shutdown to keep data intact, if wall power gets lost again). Thanks, Jim On Wed, May 17, 2023, 10:50 Carsten Aulbert <carsten.aulbert at aei.mpg.de> wrote: > Hi all, > > On 5/16/23 20:08, Carsten Aulbert wrote: > > Idly browsing the client sources, I guess I could try to add our logic > > here[1] and use [2] to gather the battery stats from our UPS and then > > decide if this UPS...
2023 May 22
1
Synthesize low batt (LB) fron SNMP UPS which does not support this?
Carsten Aulbert <carsten.aulbert at aei.mpg.de> writes: > Hi all, > > On 5/19/23 15:11, Greg Troxel wrote: >> LB is baked in to nut behavior. So if a UPS doesn't report LB, then >> it makes sense to synthesize it. Synthetic LB is the cleanest fix at >> the earlier...
2023 May 22
1
Synthesize low batt (LB) fron SNMP UPS which does not support this?
...I'm a bit fuzzy on details beyond my comments and even > some on things I commented on, so take them as such. Same here, quite at a loss what is handled where on the server and always low on time due to other projects/tasks. Cheers and any pointers appreciated! Carsten -- Dr. Carsten Aulbert, Max Planck Institute for Gravitational Physics, Callinstra?e 38, 30167 Hannover, Germany, Phone +49 511 762 17185 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4827 bytes Desc: S/MIME Cryptographic Signature UR...
2023 May 16
2
Synthesize low batt (LB) fron SNMP UPS which does not support this?
...nd could save my sanity. Cheers Carsten [1] https://github.com/networkupstools/nut/blob/e3bdc28476700c7396bdde912e5789ccb7ecb1d7/clients/upsmon.c#L925 [2] https://github.com/networkupstools/nut/blob/e3bdc28476700c7396bdde912e5789ccb7ecb1d7/clients/upsclient.h#LL105C1-L107C33 -- Dr. Carsten Aulbert, Max Planck Institute for Gravitational Physics, Callinstra?e 38, 30167 Hannover, Germany, Phone +49 511 762 17185 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4827 bytes Desc: S/MIME Cryptographic Signature UR...
2023 May 24
1
Synthesize low batt (LB) fron SNMP UPS which does not support this?
...upsdebugx(2, "%s: runtime val/low %s/%s']", __func__, val, low); if (val && low && (strtol(val, NULL, 10) < strtol(low, NULL, 10))) { snprintfcat(status_buf, sizeof(status_buf), " LB"); -- Dr. Carsten Aulbert, Max Planck Institute for Gravitational Physics, Callinstra?e 38, 30167 Hannover, Germany, Phone +49 511 762 17185 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4827 bytes Desc: S/MIME Cryptographic Signature UR...
2023 May 16
1
Synthesize low batt (LB) fron SNMP UPS which does not support this?
...n NOTIFYCMD or CMDSCRIPT to pull the values from the server and implement our logic there? * Another way, I've overlooked? Cheers and thanks a ton in advance for suggestions. Carsten [1] Message-ID: <f794644f-e3b8-3557-da63-bd19d88a7c03 at aei.mpg.de> from 2022-12-05 -- Dr. Carsten Aulbert, Max Planck Institute for Gravitational Physics, Callinstra?e 38, 30167 Hannover, Germany, Phone +49 511 762 17185 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4827 bytes Desc: S/MIME Cryptographic Signature UR...
2023 May 24
1
Synthesize low batt (LB) fron SNMP UPS which does not support this?
...hat correctly? And, assuming status_commit() is called, is the status so saved what?s returned on a future client query? I?m really unsure how all of this works. I don?t suppose there?s some kind of ?general flow of information? documentation somewhere? > On May 24, 2023, at 4:26 AM, Carsten Aulbert <carsten.aulbert at aei.mpg.de> wrote: > > Hi again, > > On 5/22/23 18:31, Willcox David via Nut-upsuser wrote: >> Hmm. Is there maybe something there already that will do this? Maybe kind of back-handed. >> In drivers/dstate.c, I see: >> 1. In status_init(), i...
2023 May 17
1
Synthesize low batt (LB) fron SNMP UPS which doesnot support this?
...ciding whether to run all the time for quick mains sync, i.e. generator wheel is powered by mains when not needed, fuel exchange every few months as gas add-ons tend to flocculate(?) when stored too long, ...). So, I doubt that will materialize any time soon ;-) Cheers Carsten -- Dr. Carsten Aulbert, Max Planck Institute for Gravitational Physics, Callinstra?e 38, 30167 Hannover, Germany, Phone +49 511 762 17185 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4827 bytes Desc: S/MIME Cryptographic Signature UR...
2023 May 22
2
Synthesize low batt (LB) fron SNMP UPS which does not support this?
...e on my RPI compares with the source I downloaded.) (I surmise from the way that code works that there must be a seperate process for each driver. Otherwise all of those static variables are scary.) > On May 22, 2023, at 6:12 AM, Greg Troxel <gdt at lexort.com> wrote: > > Carsten Aulbert <carsten.aulbert at aei.mpg.de> writes: > >> Hi all, >> >> On 5/19/23 15:11, Greg Troxel wrote: >>> LB is baked in to nut behavior. So if a UPS doesn't report LB, then >>> it makes sense to synthesize it. Synthetic LB is the cleanest fix at...
2023 May 16
1
Synthesize low batt (LB) fron SNMP UPS which doesnot support this?
On 5/16/23 14:09, Carsten Aulbert wrote: > Hi Roger, > > On 5/16/23 17:00, Roger Price wrote: >> Hello Carsten, That's what I did but for a much simpler setup. I live >> in an area with a lot of lightning, and my shutdown criteria is to be >> able to shut down repeatedly during an electrical storm....
2009 Jan 07
9
''zfs recv'' is very slow
On Wed 07/01/09 20:31 , Carsten Aulbert carsten.aulbert at aei.mpg.de sent: > Brent Jones wrote: > > > > Using mbuffer can speed it up dramatically, but > > this seems like a hack> without addressing a real problem with zfs > > send/recv.> Trying to send any meaningful sized snapshots > > from say...
2012 Feb 07
1
Recommendations for busy static web server replacement
...ver. Gluster's replication will serve as kind of fail- safe net and data redistribution will help, when we add more similar machines later on to counter increased usage. Thanks a lot in advance for at least reaching the end of my email, any help appreciated. Cheers Carsten -- Dr. Carsten Aulbert - Max Planck Institute for Gravitational Physics Callinstrasse 38, 30167 Hannover, Germany Phone/Fax: +49 511 762-17185 / -17193 http://www.top500.org/system/9234 | http://www.top500.org/connfam/6 CaCert Assurer | Get free certificates from http://www.cacert.org/
2023 May 19
3
Synthesize low batt (LB) fron SNMP UPS which does not support this?
My $0.02: LB is baked in to nut behavior. So if a UPS doesn't report LB, then it makes sense to synthesize it. Synthetic LB is the cleanest fix at the earlier processing point. One could have a config that is basically synthetic-lowbatt-percent that generates LB if (as Jim says) on battery, not calibrating, and batt% <= that. One could have a similar config