Skip to content

Commit

Permalink
'mounterpoint' references changed to 'mountpoint'
Browse files Browse the repository at this point in the history
  • Loading branch information
manuhortet committed Oct 15, 2018
1 parent a0c7047 commit c7c2e36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion prom2teams/app/versions/v1/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'device': fields.String(default='rootfs'),
'instance': fields.String(default='cs30.evilcorp'),
'job': fields.String(default='fsociety'),
'mounterpoint': fields.String(default='/'),
'mountpoint': fields.String(default='/'),
'severity': fields.String(default='severe')
})

Expand Down
2 changes: 1 addition & 1 deletion prom2teams/app/versions/v2/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'device': fields.String(default='rootfs'),
'instance': fields.String(default='cs30.evilcorp'),
'job': fields.String(default='fsociety'),
'mounterpoint': fields.String(default='/'),
'mountpoint': fields.String(default='/'),
'severity': fields.String(default='severe')
})

Expand Down
2 changes: 1 addition & 1 deletion prom2teams/prometheus/message_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class LabelSchema(Schema):
fstype = fields.Str()
instance = fields.Str(default='unknown', missing='unknown')
job = fields.Str()
mounterpoint = fields.Str()
mountpoint = fields.Str()
severity = fields.Str(default='unknown', missing='unknown')


Expand Down

0 comments on commit c7c2e36

Please sign in to comment.