Nagios: Difference between revisions

imported>Symphorien
add nagios page to describe how to configure the web interface
 
imported>Ciarandg
m Fix module syntax
 
(One intermediate revision by one other user not shown)
Line 51: Line 51:
Now a possible configuration looks like this:
Now a possible configuration looks like this:
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{config, pkg, lib, ...}
{config, pkgs, lib, ...}:
{
{
     # [...]
     # [...]
Line 109: Line 109:
}
}
</nowiki>}}
</nowiki>}}
[[Category:Applications]]