hi , today I use a Gsm modem to notify zabbix alerts by sms , the organization that I work there have billionton GSM Modem: for using this device , we must do this: First find my usb that…
Tag: zabbix
Write a Script and add as media type in zabbix
Hi, every body Today I’d like to write a article about wrtting a script by python and use it in zabbix as a media type for sending triggers by sms: First : create a file with name : ghasedak.py ,…
Setting SnmpV3 at Cisco device
We can use 3 level security for snmp version 3: noAuthNoPriv authNoPriv authPriv I want to use authPriv becuse of more security than other one: #conf t #snmp-server group monitoring v3 priv #snmp-server “Enter-Security-Name” monitoring v3 auth md5 ”Enter-Authentication-passphrase” priv…
Installing Grafana v5.3.1 on Centos7
Grafana is The open platform for beautiful analytics and monitoring. Here we installing grafana , then in other post we try to use with zabbix server to have a nice graph an report: #sudo yum install wget #wget https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-5.3.1-1.x86_64.rpm #sudo yum localinstall grafana-5.3.1-1.x86_64.rpm #sudo systemctl daemon-reload #sudo…
How To Install and Configure Zabbix on Centos7
zabbix is a great tool that collect data from all device of the network such as Server,Router,Switches , DataCenter sensor’s,UPS, …. Prerequisites: Centos server Step 1 — Start your server and get IP with ifconfig command, Or set new IP…
Create Graph in zabbix
For creating Graph you have to go : configuration -> Host -> Graph —-> create Graph : then do as bellow: Example : Creating graph for cisco device cpu information(we create item’s for that here): Enter a Name and add Items as…
Create Items:
For creating Item, we can create Application firstly,For example create a application with ‘CPU’ Name for all Item’s that get the cpu parameter like as CpuIdle, CpuUsage ,etc… Here , I made some Example to create Item for selected…
ADD Host in zabbix:
First Create a Host Group Then go to : configuration->Host->create host-> : fill the Hostname , Visible name , Group , and type of monitoring(Agent or snmp or ….) it is better to use IP instead of DNS, why??..…
Set Snmp v2 on Cisco Router&Switch’s
Set SNMP V2 in cisco Device: #conf t >snmp-server community MOHA RO do wri ^z # do sh run |s snmp with this command we find interface index’s for monitoring.using this for monitoring Download/Upload parameter: #show snmp mib ifmib…