1 { lib, bundlerApp, bundlerUpdateScript }:
12 # indirect, but might be important
14 "check-fstab-mounts.rb"
16 "check-smart-status.rb"
17 "check-smart-tests.rb"
18 "metrics-disk-capacity.rb"
20 "metrics-disk-usage.rb"
22 "check-head-redirect.rb"
27 "check-last-modified.rb"
29 "metrics-http-json-deep.rb"
30 "metrics-http-json.rb"
32 "check-influxdb-query.rb"
35 "mutator-influxdb-line-protocol.rb"
40 "handler-show-event-config.rb"
45 passthru.updateScript = bundlerUpdateScript "sensu";
48 description = "Monitoring framework that aims to be simple, malleable, and scalable";
49 homepage = "https://sensuapp.org/";
50 license = licenses.mit;
51 maintainers = with maintainers; [ theuni peterhoeg manveru nicknovitski ];
52 platforms = platforms.unix;