发布时间:2013-10-24 17:44:11
连接. windows下面设置共享文件夹 /hostnameIP/share. mount -o username=username //hostnameIP/share /mnt/. ls /mnt解除连接.fuser -km /mnt . umount /mnt. ls /mnt......【阅读全文】
发布时间:2013-08-19 09:17:35
在当前使用的数据库账户中,不能删除当前数据库,需要使用\connect posstgres 切换到数据库默认的管理员账户postgres 可以删除。......【阅读全文】
发布时间:2013-07-24 18:03:59
service check_http 会检查/var/www/html/index.html 文件,如果没有监控会返回警告信息:HTTP WARNING: HTTP/1.1 403 Forbidden - 5240 bytes in 0.001 second response time |time=0.001260s;;;0.000000 size=5240B;;;0在/var/中添加一个/www/html/index.index文件并重启nagios即可.........【阅读全文】