Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Looking for a free software application to recieve SMNP alerts.

Status
Not open for further replies.

joserodriguezan

Technical User
Jan 21, 2019
1
0
0
ES
Hello,

First all I have to say that I don't have much idea about snmp subject except what I have studied.

I have a project to install snmpd into a Centos 7, i have already setup a snmpd.conf, which I attached in this post.
In other computer with ubuntu I have installed cacti, zabbix and opennms, in those I only recieve datas in grapphic way.

I am looking for an software to recieve would like to recieve alerts and the messages configured in snmpd file.

Thank you in advance.

#disk / 10000

disk / 10%
disk /home 10%


monitor -I -r 5 "/ > 80%" iso.3.6.1.4.1.2021.9.1.9.1 > 80
monitor -I -r 5 "/ > 95%" iso.3.6.1.4.1.2021.9.1.9.1 > 95
monitor -I -r 5 "/home > 80%" iso.3.6.1.4.1.2021.9.1.9.2 > 80
monitor -I -r 5 "/home > 95%" iso.3.6.1.4.1.2021.9.1.9.2 > 95



# process monitoring
#
# processes: mysqld ntpd sshd caddy spiderplus snmpd
proc mysqld
proc ntpd
proc sshd
proc lighttpd
proc foxter
proc snmpd


monitor -I -r 5 "mysqld process down" .1.3.6.1.4.1.2021.2.1.5.1 < 1
monitor -I -r 5 "ntpd process down" .1.3.6.1.4.1.2021.2.1.5.2 < 1
monitor -I -r 5 "sshd process down" .1.3.6.1.4.1.2021.2.1.5.3 < 1
monitor -I -r 5 "lighttpd process down" .1.3.6.1.4.1.2021.2.1.5.4 < 1
monitor -I -r 5 "foxter process down" .1.3.6.1.4.1.2021.2.1.5.5 < 1
monitor -I -r 5 "snmpd process down" .1.3.6.1.4.1.2021.2.1.5.7 < 1

monitor -I -r 5 "mysqld process up" .1.3.6.1.4.1.2021.2.1.5.1 > 0
monitor -I -r 5 "ntpd process up" .1.3.6.1.4.1.2021.2.1.5.2 > 0
monitor -I -r 5 "sshd process up" .1.3.6.1.4.1.2021.2.1.5.3 > 0
monitor -I -r 5 "lighttpd process up" .1.3.6.1.4.1.2021.2.1.5.4 > 0
monitor -I -r 5 "foxter process up" .1.3.6.1.4.1.2021.2.1.5.5 > 0
monitor -I -r 5 "snmpd process up" .1.3.6.1.4.1.2021.2.1.5.7 > 0
 
 https://files.engineering.com/getfile.aspx?folder=b6e65d8e-b61a-487e-98a4-2fee88b24a48&file=snmpd.conf
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top