Scroll to navigation

ClusterTools2-timer(7) ClusterTools2 ClusterTools2-timer(7)

NAME

ClusterTools2-timer - systemd timer example for collecting data

DESCRIPTION

ClusterTools2-timer is a systemd timer example for collecting data.

EXAMPLES

* Enabling pre-defined ClusterTools2-timer timer

# systemctl start ClusterTools2-timer.timer
* Showing journal entries since given time

# journalctl -S "2020-11-18 11:18:00"
* Showing journal entries for ClusterTools2-timer

# journalctl -u ClusterTools2-timer
* Creating custom monitoring service

# cp /usr/lib/systemd/system/ClusterTools2-timer.service /etc/systemd/user/
# vi /etc/systemd/user/ClusterTools2-timer.service
...
# systemctl daemon-reload
# systemctl restart ClusterTools2-timer.timer

FILES

/usr/lib/sbin/ClusterTools2-timer

default script to run
/usr/lib/systemd/system/ClusterTools2-timer.timer

timer definition
/usr/lib/systemd/system/ClusterTools2-timer.service

service definition
/etc/systemd/user/

directory for custom service definitions

BUGS

Feedback is welcome. To report bugs for SUSE product components, please use https://www.suse.com/support/report-a-bug/ .

SEE ALSO

systemd.timer(5), systemctl(8), journalctl(8), logrotate(8), lsoflog.8, psauxlog.8, meminfolog.8, supportconfig_plugins.5,
https://opensource.com/article/20/7/systemd-timers

AUTHORS

L.Pinne

COPYRIGHT

(c) 2020 SUSE Software Solutions Germany GmbH.
ClusterTools2 comes with ABSOLUTELY NO WARRANTY.
For details see the GNU General Public License at http://www.gnu.org/licenses/gpl.html

18 Nov 2020