1
Development and Code Review / Re: APC UPS new plugin
« on: August 11, 2022, 02:25:29 pm »thank you. was able to make it shutdown fully with the script.
though i dont actually see "begining Shutdown Sequest" and "apcupsd initiated shutdown" when the shutdown procees was happening. not sure why?
but atleast it is fully shutting down now.
I think only logged in users can see the broadcast messages and I'm not sure if they are logged somewhere.
You can use the logger command if you want see a message in the system log.
For example:
Code: [Select]
logger -t apcupsd "some message"
man logger, for more details