mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Add NixOS module for Riemann monitoring server.
This commit is contained in:
parent
3194d5cc32
commit
e9252cb35e
3 changed files with 80 additions and 0 deletions
|
@ -144,6 +144,7 @@
|
|||
siproxd = 134;
|
||||
mlmmj = 135;
|
||||
neo4j = 136;
|
||||
riemann = 137;
|
||||
|
||||
# When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
|
||||
|
||||
|
@ -261,6 +262,7 @@
|
|||
tss = 133;
|
||||
siproxd = 134;
|
||||
mlmmj = 135;
|
||||
riemann = 137;
|
||||
|
||||
# When adding a gid, make sure it doesn't match an existing uid. And don't use gids above 399!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue