- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- How to monitor syslog and whether it is possible t...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2022 07:41 PM
09-01-2022 07:41 PM
I set the Morpheus syslog forwarding rule as follows. (Warning or higher is recorded for all facilities)
If I check the Monitoring → Log menu, all INFO levels lower than Warning are recorded.
Am I misunderstanding the function or is there an incorrect configuration?
Solved! Go to Solution.
- Tags:
- monitoring

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2022 06:33 AM
09-08-2022 06:33 AM
Re: How to monitor syslog and whether it is possible to send mail
Could you please confirm if your VM is managed and also confirm whether the Morpheus agent is installed or not?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2022 04:49 AM
09-09-2022 04:49 AM
SolutionThe Syslog forwarder does not forward instance events to e-mail it’s designed to forward server events onto an external Syslog server.
The name field is not used as an event forwarding parameter it is used for the rule name within Morpheus and the Comment within the configuration file 102-morph-forwarders.conf is written to /opt/morpheus-node/embedded/conf/rsyslog.d
Here is an example syslog forward rule configuration: Screen Shot on 2022-09-09 at 11-21-57.png - Droplr the rules defined by the user will be added to the 102-morph-forwarders.conf the defined rules will then be forwarded onto the instance to the external syslog server. When rules are added or removed, the Morpheus agent will automatically stop and restart the rsyslogd daemon.
Contents of 102-morph-forwarders.conf
` 1. Morpheus Forwarder Error
2. :msg, contains, "Error" *.*@@logger01:514
* # Morpheus Forwarder logs
3. *.*@@logger01:514