Added some more to the license blurb at the top of the file
This commit is contained in:
parent
428ed91dd1
commit
15f6697dad
@ -1,8 +1,9 @@
|
|||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
################################################################################
|
||||||
# Send alerts when Pressure Stall Information is high
|
# Send alerts when Pressure Stall Information is high
|
||||||
#
|
#
|
||||||
# Copyright © 2023 Trey Blancher
|
# Copyright © 2023 Trey Blancher $(base64 -d <<< dHJleUBibGFuY2hlci5uZXQK)
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify it
|
# This program is free software: you can redistribute it and/or modify it
|
||||||
# under the terms of the GNU General Public License as published by the Free
|
# under the terms of the GNU General Public License as published by the Free
|
||||||
@ -17,6 +18,9 @@
|
|||||||
# You should have received a copy of the GNU General Public License along
|
# You should have received a copy of the GNU General Public License along
|
||||||
# with this program. If not, see <https://www.gnu.org/licenses/>.
|
# with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
# Submodules may be distributed under a separate software license; see the
|
||||||
|
# LICENSE file within each submodule.
|
||||||
|
#
|
||||||
# This script monitors the systemd journal, specifically the
|
# This script monitors the systemd journal, specifically the
|
||||||
# `psi-monitor.service` and waits for Pressure State Information monitor events
|
# `psi-monitor.service` and waits for Pressure State Information monitor events
|
||||||
# to be logged. The monitor program is shipped in the psi-by-example submodule
|
# to be logged. The monitor program is shipped in the psi-by-example submodule
|
||||||
@ -32,7 +36,7 @@
|
|||||||
# systemd psi-alerts@<user>.service overrides (will be placed in
|
# systemd psi-alerts@<user>.service overrides (will be placed in
|
||||||
# /etc/systemd/system/psi-alerts@<user>.service.d/override.conf. See the
|
# /etc/systemd/system/psi-alerts@<user>.service.d/override.conf. See the
|
||||||
# README.md for details.
|
# README.md for details.
|
||||||
|
################################################################################
|
||||||
|
|
||||||
svc="psi-monitor.service"
|
svc="psi-monitor.service"
|
||||||
cpu="/proc/pressure/cpu"
|
cpu="/proc/pressure/cpu"
|
||||||
|
Loading…
Reference in New Issue
Block a user