forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-admin/diamond: [QA] Consistent whitespace in metadata.xml
- Loading branch information
1 parent
d23669f
commit 4650081
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="person"> | ||
<email>[email protected]</email> | ||
<name>Fabian Groffen</name> | ||
</maintainer> | ||
<longdescription lang="en"> | ||
<maintainer type="person"> | ||
<email>[email protected]</email> | ||
<name>Fabian Groffen</name> | ||
</maintainer> | ||
<longdescription lang="en"> | ||
Diamond is a python daemon that collects system metrics and | ||
publishes them to Graphite (and others). It is capable of | ||
collecting cpu, memory, network, i/o, load and disk metrics. | ||
Additionally, it features an API for implementing custom | ||
collectors for gathering metrics from almost any source. | ||
</longdescription> | ||
<use> | ||
<flag name="mongo">Enable MongoDB support</flag> | ||
<flag name="redis">Enable Redis support</flag> | ||
</use> | ||
<upstream> | ||
<remote-id type="github">python-diamond/Diamond</remote-id> | ||
</upstream> | ||
<use> | ||
<flag name="mongo">Enable MongoDB support</flag> | ||
<flag name="redis">Enable Redis support</flag> | ||
</use> | ||
<upstream> | ||
<remote-id type="github">python-diamond/Diamond</remote-id> | ||
</upstream> | ||
</pkgmetadata> |