Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. error: undefined variable 'alertTemplate' at prometheus.nix:13:19
  2.  
  3.  
  4. $ head -n 8 roles/log/prometheus.nix
  5. {config, libs, pkgs, ...}:
  6.  
  7. {
  8.  
  9. imports = [
  10. alerts/notifications.tmpl.nix
  11. ];
  12.  
  13.  
  14. $ grep -Ri alertTemplat alerts/notifications.tmpl.nix
  15. alertTemplate = pkgs.writeText "alerts.yaml" (builtins.toJSON alerts);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement