martijnvanbrummelen / nwipe

nwipe secure disk eraser
GNU General Public License v2.0
688 stars 79 forks source link

feature request - post completion / wipe information to http endpoint #478

Open ITJamie opened 1 year ago

ITJamie commented 1 year ago

similar to https://github.com/martijnvanbrummelen/nwipe/issues/426

When a drive (or a whole server is wiped if autoshutdown is enabled) it would be excellent if the job information/stats could be posted to a http endpoint.

PartialVolume commented 1 year ago

Sounds like a useful option. As soon as I'm finished with the secure erase I'll take a look at that.

ggruber commented 11 months ago

I'm not sure if every thinkable option of notification of a programs success or final state should be included in the programs code itself. We have Linux as a great toolbox, and any user or admin could script such an reaction/information based on return code or logfile parsing. Just my opinion.