在报告 – >分析的M / Monit的pipe理界面中,我可以select显示空间% 。
我发现,如果磁盘空间不足,我可以设置警报(将这样做,但也想有一个概述)。
您可以在Reports -> Analytics页面上看到这些信息。
您的Monitconfiguration需要对您需要的文件系统进行磁盘检查:
check device root with path / if SPACE usage > 80% then alert check device var with path /var if SPACE usage > 80% then alert check device usr with path /usr if SPACE usage > 80% then alert check device tmp with path /tmp if SPACE usage > 80% then alert
没有办法将磁盘空间添加到概览图。 从devise或用户界面的angular度来看,这是没有意义的。