摘要: 一,创建监控模板 点击→配置→模板。这里可以新建模板,或者选择一个已有模板。我这里选择一个任意模板,进行设置。 点击web监测 击创建web场景 客户端位置可以选择zabbix通过相应浏览器进行web访问我这里选择了IE11 · 1.监控网页名称便于自己区分 · 2.监控的URL地址 · 3.监控超 阅读全文
posted @ 2017-04-26 17:56 yy迷迭香 阅读(993) 评论(0) 推荐(1)
摘要: 关闭selinux及防火墙[root@localhost /]# sed -i "s#SELINUX=enforcing#SELINUX=disabled#g" /etc/selinux/config #重启生效[root@localhost /]# setenforce 0 #临时关闭[root@ 阅读全文
posted @ 2017-04-26 17:43 yy迷迭香 阅读(2855) 评论(0) 推荐(0)
摘要: [root@oracle scripts]# crontab -l * * * * * /home/oracle/oracle_cron.sh shell(oracle_cron.sh) #!/bin/bash source /home/oracle/.bash_profile sqlplus -s 阅读全文
posted @ 2017-04-26 17:40 yy迷迭香 阅读(4035) 评论(0) 推荐(0)