Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
[No swap running system] Adding explanations for no swap running syst…
Browse files Browse the repository at this point in the history
…ems. (#41)

* add no swap explanations
  • Loading branch information
jujudusud committed Apr 3, 2021
1 parent 287d75d commit e50825d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SwappinessCheck.pm
Expand Up @@ -39,6 +39,8 @@ sub execute
if ($swapon eq "")
{
$self->{RESULTKIND} = "good";
$self->{RESULT} = "System running without disk swap";
$self->{COMMENT} = "** Your system is configured without swap. No swap => no problem between swap and realtime";
}
else
{
Expand Down

0 comments on commit e50825d

Please sign in to comment.