chkcrontab:用于检查系统crontab文件(通常为etccrontab和etccron.d)的错误和常见错误的工具

时间:2024-06-14 03:02:22
【文件属性】:

文件名称:chkcrontab:用于检查系统crontab文件(通常为etccrontab和etccron.d)的错误和常见错误的工具

文件大小:32KB

文件格式:ZIP

更新时间:2024-06-14 03:02:22

Python

chkcrontab Crontab短毛绒 chkcrontab是一个脚本,用于检查crontab文件,例如/etc/cron.d和/etc/crontab 。 它试图捕获明显的错误并警告crontab文件中的可疑行。 一些有效的行将生成警告。 某些愚蠢但有效的crontab行也会产生错误。 通过执行以下操作来运行它: chkcrontab crontab_file 错误将导致退出代码为非零。 仅凭警告就不会。 要查看错误的crontab的示例输出,请运行以下命令: ./chkcrontab ./tests/test_crontab 有关如何禁用警告和错误的信息,请参见./tests/test_crontab.disable crontab。 输出说明 chkcrontab的输出在 Wiki页面上进行了描述。 如果有任何警告或错误,则到它的链接将出现在输出中。 它还提出了解决已报告


【文件预览】:
chkcrontab-master
----setup.py(6KB)
----.gitignore(76B)
----chkcrontab-logo.png(2KB)
----chkcrontab(2KB)
----CHANGELOG(226B)
----.gitlab-ci.yml(2KB)
----.travis.yml(148B)
----MANIFEST.in(132B)
----CONTRIBUTING.md(162B)
----LICENSE(11KB)
----doc()
--------chkcrontab.1.rst(1KB)
--------chkcrontab.1(2KB)
----utils()
--------remake-manpage(201B)
--------install-hooks(228B)
----README.rst(3KB)
----tests()
--------test_crontab.warn(402B)
--------test_check.py(13KB)
--------cq.sh(293B)
--------test_crontab.lookup(86B)
--------test_crontab(2KB)
--------test_crontab.whitelist(178B)
--------test_crontab.disable(3KB)
--------test_crontab.no-warn(684B)
----chkcrontab_lib.py(36KB)
----.pylintrc(2KB)
----tox.ini(111B)

网友评论