Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,18 @@ How to monitor a Zimbra Collaboration Environment using pflogsumm, Telegraf, Inf
### Getting started
This dashboard contains multiples sections with the goal to monitor a full Zimbra Collaboration Server or Servers, we have some sections to monitor the Linux and machine overall performance, and one dedicated section just to monitor Zimbra Collaboration. Special thanks to [Lex Rivera for his Linux System dashboard](https://grafana.com/orgs/lex)

Download the checkzimbraversion.sh scripts from the [GitHub repository](https://github.com/jorgedlcruz/zimbra-grafana) and save it on the next path:
Download the checkzimbraversion.sh script from the [GitHub repository](https://github.com/jorgedlcruz/zimbra-grafana) and save it on the next path:
```
/opt/zimbra/common/bin/checkzimbraversion.sh
chmod +x /opt/zimbra/common/bin/checkzimbraversion.sh
```

Download the zimbra_pflogsumm.pl script from the [GitHub repository](https://github.com/jorgedlcruz/zimbra-grafana) and save it on the next path:
```
/opt/zimbra/common/bin/zimbra_pflogsumm.pl
chmod +x /opt/zimbra/common/bin/zimbra_pflogsumm.pl
```

More information available in: [https://github.com/jorgedlcruz/zimbra-grafana](https://github.com/jorgedlcruz/zimbra-grafana)

Zimbra Collaboration Performance
Expand Down Expand Up @@ -94,6 +101,11 @@ Sample /etc/telegraf.d/zimbra.conf with inputs for Zimbra Processes, Zimbra Scri
data_format = "value"
data_type = "string"

[[inputs.exec]]
commands = ["/opt/zimbra/common/bin/zimbra_pflogsumm.pl -d today /var/log/zimbra.log"]
name_override = "zimbra_stats"
data_format = "influx"

# # OpenLDAP cn=Monitor plugin
# # As zimbra user run the next to obatin the password zmlocalconfig -s zimbra_ldap_password ldap_master_url
[[inputs.openldap]]
Expand Down Expand Up @@ -122,4 +134,4 @@ This is just a v0.3 of this Dashboard, the next step will be to use the Zimbra S
* Number of Users with ActiveSync
* etc.

In next versions we will parse directly the logs and put the attempts of logins, and successful logins on a map.
In next versions we will parse directly the logs and put the attempts of logins, and successful logins on a map.
Loading