# Epost från Panorama vid misslyckad commit

Väldigt bra att bli notifierad om en commit misslyckas.

Jag konfigurerade enligt [den här reddit-tråden](https://www.reddit.com/r/paloaltonetworks/comments/lmveo9/commit_failure_emails_how/gnxpc44/) för att få epost när commit misslyckas till en brandvägg som hanteras via Panorama.

```
In the Collector Group > Collector Log Forwarding > System Tab.
Created a filter to email to my team. Filter : ( description contains 'CommitAll job failed' )
```

​För att hantera commits som misslyckas direkt i Panorama gäller nog nedan:

```
go to panorama tab > log settings > system > Add

Set the relevant filter which catches failed commits - you'll have to double check but it may be something like ( description contains 'CommitAll job failed' ). Try by yourself in monitor > system tab until you find the right filter.

Finally, set the email profile to use (you may have to create one, specifying your SMTP relay and other details).
```