Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人知道如何用 Monit 监测脑脊液吗?我在 CentOS 7 上找不到任何示例或 csf.pid 文件
虽然首选 pidfile,但 Monit 能够监视不生成 pid 文件的进程。看起来 CSF 的运行守护进程被称为“lfd”?这是一个例子。
检查过程 ConfigServerFirewall 匹配 lfd
我有一个带有以下代码行的 PLSQL 代码。
delete my_table;
my_table全局临时表在哪里。我猜上面的代码意味着,从表中删除所有行。但是,我无法谷歌搜索任何结果。
my_table