upssched.conf - Configuration for upssched timer program
This file controls the operations of upssched(8), the timer-based helper program for upsmon(8).
CMDSCRIPT scriptname
Required. This must be above any AT lines. This script is used to
invoke commands when your timers are triggered. It receives a
single argument which is the name of the timer that caused it to
trigger.
PIPEFN filename
Required. This sets the file name of the socket which will be used
for interprocess communications. This should be in a directory
where normal users can't create the file, due to the possibility of
symlinking and other evil.
Caution
if you are running Solaris or similar, the permissions that
upssched sets on this file are not enough to keep you safe. If your
OS ignores the permissions on a FIFO, then you MUST put this in a
protected directory!
Note
by default, upsmon(8) will run upssched as whatever user you have
defined with RUN_AS_USER in upsmon.conf(8). Make sure that user can
create files and write to files in the path you use for PIPEFN and
LOCKFN.
My recommendation: create a special directory for upssched, make it
owned by your upsmon user, then use it for both.
The stock version of the upssched.conf ships with PIPEFN disabled to
make you visit this portion of the documentation and think about how
your system works before potentially opening a security hole.
LOCKFN filename
Required. upssched attempts to create this file in order to avoid a
race condition when two events are dispatched from upsmon at nearly
the same time. This file will only exist briefly. It must not be
created by any other process.
You should put this in the same directory as PIPEFN.
AT notifytype upsname command
Define a handler for a specific event notifytype on UPS upsname.
upsname can be the special value * to apply this handler to every
UPS.
This will perform the command command when the notifytype and
upsname match the current activity. Possible values for command
are:
START-TIMER timername interval
Start a timer of interval seconds. When it triggers, it will
pass the argument timername as an argument to your CMDSCRIPT.
Example:
Start a timer that'll execute when any UPS (*) has been gone
for 10 seconds
AT COMMBAD * START-TIMER upsgone 10
CANCEL-TIMER timername [cmd]
Cancel a running timer called timername, if possible. If the
timer has passed then pass the optional argument cmd to
CMDSCRIPT.
Example:
If a specific UPS (myups@localhost) comes back online, then
stop the timer before it triggers
AT COMMOK myups@localhost CANCEL-TIMER upsgone
EXECUTE command
Immediately pass command as an argument to CMDSCRIPT.
Example:
If any UPS (*) reverts to utility power, then execute
ups-back-on-line via CMDSCRIPT.
AT ONLINE * EXECUTE ups-back-on-line
Note that any AT that matches both the notifytype and the upsname for
the current event will be used.
For a complete list of notifytype possible values, refer to the section
NOTIFY EVENTS in upsmon(8).
upssched(8), upsmon(8) Internet resources: The NUT (Network UPS Tools) home page: http://www.networkupstools.org/
Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.
Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.
Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.
Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.
The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.
Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.
Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.
Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.