Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PrivateStorageio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tom Prince
PrivateStorageio
Commits
8eed01ef
Commit
8eed01ef
authored
Jan 5, 2022
by
Jean-Paul Calderone
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix-megacli2prom-index-out-of-range' into 'develop'
Fix megacli2prom out-of-range error See merge request
!229
parents
9cd06726
828d2daf
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
nixos/modules/monitoring/exporters/megacli2prom.nix
+1
-2
1 addition, 2 deletions
nixos/modules/monitoring/exporters/megacli2prom.nix
nixos/pkgs/megacli2prom/repo.json
+2
-2
2 additions, 2 deletions
nixos/pkgs/megacli2prom/repo.json
with
3 additions
and
4 deletions
nixos/modules/monitoring/exporters/megacli2prom.nix
+
1
−
2
View file @
8eed01ef
...
...
@@ -35,11 +35,10 @@ in {
config
=
lib
.
mkIf
cfg
.
enable
{
environment
.
systemPackages
=
[
ourpkgs
.
megacli2prom
];
environment
.
systemPackages
=
[
ourpkgs
.
megacli2prom
pkgs
.
megacli
];
systemd
.
services
.
megacli2prom
=
{
enable
=
true
;
description
=
"MegaCli2Prom metrics gathering service"
;
wantedBy
=
[
"multi-user.target"
];
startAt
=
cfg
.
interval
;
path
=
[
pkgs
.
megacli
];
# Save to a temp file and then move atomically so the
...
...
This diff is collapsed.
Click to expand it.
nixos/pkgs/megacli2prom/repo.json
+
2
−
2
View file @
8eed01ef
...
...
@@ -2,7 +2,7 @@
"owner"
:
"PrivateStorageio"
,
"repo"
:
"megacli2prom"
,
"branch"
:
"main"
,
"rev"
:
"
9536933d325c843b2662f80486660bf81d73941e
"
,
"rev"
:
"
e76300ca0a723bf0ed105d805f166976162d58d3
"
,
"outputHashAlgo"
:
"sha512"
,
"outputHash"
:
"
1xrsv0bkmazbhqarx84lhvmrzzdv1bm04xvr0hw1yrw1f4xb450f4pwgapnkjczy0l4c6rp3pmh64cblgbs3ki30wacbv1bqzv5745g
"
"outputHash"
:
"
256di1f4bw5a0kqm37wr5dk9yg0cxhgqaflrhk0p3azimml3pd1gr4rh54mj4vsrw17iyziajmilx98fsvc9w70y14rh7kgxcam9vwp
"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment