mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
monit: revert this change, best done with a migration
This commit is contained in:
parent
ed7c72ad30
commit
60ba357d06
@ -45,11 +45,11 @@ class Monit extends BaseModel
|
||||
'process' => ['Existence', 'ProcessResource', 'ProcessDiskIO',
|
||||
'UID', 'GID', 'PID', 'PPID', 'Uptime', 'Connection', 'Custom'],
|
||||
'file' => ['Existence', 'FileChecksum', 'Timestamp', 'FileSize',
|
||||
'FileContent', 'Permission', 'UID', 'GID', 'Custom'],
|
||||
'fifo' => ['Existence', 'Timestamp', 'Permission', 'UID', 'GID', 'Custom'],
|
||||
'FileContent', 'Permisssion', 'UID', 'GID', 'Custom'],
|
||||
'fifo' => ['Existence', 'Timestamp', 'Permisssion', 'UID', 'GID', 'Custom'],
|
||||
'filesystem' => ['Existence', 'FilesystemMountFlags',
|
||||
'SpaceUsage', 'InodeUsage', 'DiskIO', 'Permission', 'Custom'],
|
||||
'directory' => ['Existence', 'Timestamp', 'Permission', 'UID', 'GID', 'Custom'],
|
||||
'SpaceUsage', 'InodeUsage', 'DiskIO', 'Permisssion', 'Custom'],
|
||||
'directory' => ['Existence', 'Timestamp', 'Permisssion', 'UID', 'GID', 'Custom'],
|
||||
'host' => ['NetworkPing', 'Connection', 'Custom'],
|
||||
'system' => ['SystemResource', 'Uptime', 'Custom'],
|
||||
'custom' => ['ProgramStatus', 'Custom'],
|
||||
@ -104,7 +104,7 @@ class Monit extends BaseModel
|
||||
'write rate',
|
||||
'service time'
|
||||
],
|
||||
'Permission' => [
|
||||
'Permisssion' => [
|
||||
'failed permission',
|
||||
'changed permission'
|
||||
],
|
||||
|
||||
@ -305,7 +305,7 @@
|
||||
<SpaceUsage>Space Usage</SpaceUsage>
|
||||
<InodeUsage>Inode Usage</InodeUsage>
|
||||
<DiskIO>Disk I/O</DiskIO>
|
||||
<Permission>Permission</Permission>
|
||||
<Permisssion>Permission</Permisssion>
|
||||
<UID>UID</UID>
|
||||
<GID>GID</GID>
|
||||
<PID>PID</PID>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user