Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Zenoss Core 3.x Network and System Monitoring

You're reading from   Zenoss Core 3.x Network and System Monitoring A step-by-step guide to configuring, using, and adapting this free Open Source network monitoring system

Arrow left icon
Product type Paperback
Published in Apr 2011
Publisher Packt
ISBN-13 9781849511582
Length 312 pages
Edition 1st Edition
Concepts
Arrow right icon
Author (1):
Arrow left icon
Michael Badger Michael Badger
Author Profile Icon Michael Badger
Michael Badger
Arrow right icon
View More author details
Toc

Table of Contents (21) Chapters Close

Zenoss Core 3.x Network and System Monitoring
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. Network and System Monitoring with Zenoss Core 2. Discovering Devices FREE CHAPTER 3. Device Setup and Administration 4. Monitor Status and Performance 5. Custom Monitoring Templates 6. Core Event Management 7. Collecting Events 8. Settings and Administration 9. Extending Zenoss Core with ZenPacks 10. Reviewing Built-in Reports 11. Writing Custom Device Reports Event Attributes
Device Attributes
Example snmpd.conf
Index

Creating events by e-mail


Zenoss Core provides two not often talked about daemons to generate events from e-mails. The zenmail daemon allows us to start a Zenoss Core SMTP server that other programs can use as a mail server to send e-mail messages directly to Zenoss Core. Zenoss Core automatically turns the message into an event. The zenpop3 daemon retrieves e-mails from a specified account and generates events based on the incoming e-mails.

To use either program in daemon mode, we need to edit the $ZENHOME/bin/zenoss configuration file, so that the daemons start when Zenoss Core starts.

As the zenoss user:

  1. Open $ZENHOME/bin/zenoss in a text editor.

  2. Find the line in the script that begins with $ZENHOME/bin/zenfunctions and uncomment or add the following lines (refer to the next screenshot):

    C="$C zenmail"
    C="$C zenpop3"
    
  3. Restart the Zenoss daemons with the command zenoss restart:

When we restart the Zenoss daemons, zenmail and zenpop3 print warning messages that tell us that they were unable to...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image