diff options
| author | My Name | 2014-12-10 13:09:57 +0100 |
|---|---|---|
| committer | My Name | 2014-12-10 13:09:57 +0100 |
| commit | 5e7fe4497f008969a00bda55c634ea20488dcb2d (patch) | |
| tree | 7da6685de799f47072cf27c37e2f2348f7eabab6 /monit/passwd.conf | |
| parent | ce754fa465c7b1149689495b661a425071c775f6 (diff) | |
| download | dotfiles-5e7fe4497f008969a00bda55c634ea20488dcb2d.tar.gz | |
Added monit config files.
Diffstat (limited to 'monit/passwd.conf')
| -rw-r--r-- | monit/passwd.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/monit/passwd.conf b/monit/passwd.conf new file mode 100644 index 0000000..0040495 --- /dev/null +++ b/monit/passwd.conf @@ -0,0 +1,6 @@ +check file passwd with path /etc/passwd + if failed checksum and + expect the 1a4749a0f41e47eb9339da32adbbcf14 sum then alert + if failed permission 644 then alert + if failed uid root then alert + if failed gid root then alert |
