[installation] Init with inital config for global

This commit is contained in:
2025-10-30 15:08:17 +01:00
commit 7640b452ed
3678 changed files with 2200095 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<seiscomp>
<module name="diskmon" category="System" standalone="true">
<description>Monitors a disk and sends notifications.</description>
<configuration>
<parameter name="threshold" type="int" default="95">
<description>
Disk usage threshold in percent. Each time when the disk usage exceeds this level,
an alert e-mail is send to the user. Note that disk usage is only checked when a
cron job of seiscomp check is installed or seiscomp check is called
regularly by other means.
</description>
</parameter>
<parameter name="emails" type="list:string" default="">
<description>
Comma-separated list of e-mail addresses to notify when disk usage
threshold is exceeded.
</description>
</parameter>
</configuration>
</module>
</seiscomp>