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…
Author: morteza
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:
1 2 3 4 5 |
#conf t >snmp-server community MOHA RO do wri ^z |
1 |
# do sh run |s snmp |
with this command we find interface index’s for monitoring.using this for monitoring Download/Upload parameter:
1 |
#show snmp mib ifmib ifindex |
with this command send ping and size of packet to destination IP:
1 |
#ping 'IP' repeat 100 size 200 |
In…