Skip to content

Commit

Permalink
Remove code regarding nexboard
Browse files Browse the repository at this point in the history
  • Loading branch information
dyedwiper committed Feb 4, 2025
1 parent 10469c0 commit 58d18e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
10 changes: 0 additions & 10 deletions ansible/group_vars/all/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -619,16 +619,6 @@ configuration_all:
server: false
client: true
nuxtclient: false
FEATURE_NEXBOARD_ENABLED:
value: "false"
server: true
client: true
nuxtclient: false
FEATURE_NEXBOARD_COPY_ENABLED:
value: "false"
server: true
client: true
nuxtclient: false
FEATURE_SCHOOL_POLICY_ENABLED:
value: "false"
server: false
Expand Down
22 changes: 0 additions & 22 deletions ansible/roles/mongodb_query_exporter/templates/values.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -583,28 +583,6 @@ aggregations:
{ "$match" : { "contents.component" : "resources" }},
{ "$count" : "count" }
]
- database: {{ mongodb_query_exporter_mongodb_sc_db_name }}
collection: lessons
metrics:
- name: sc_nexboard_lessons
type: gauge
help: 'The number of nexboard lessons'
value: count
overrideEmpty: true
emptyValue: 0
labels: []
constLabels:
mongodb_collection: lessons
longterm: 'true'
mode: pull
pipeline: |
[
{ "$match" : { "contents.component" : "neXboard" }},
{ "$project" : { "contents" : 1 }},
{ "$unwind" : { "path" : "$contents" }},
{ "$match" : { "contents.component" : "neXboard" }},
{ "$count" : "count" }
]
- database: {{ mongodb_query_exporter_mongodb_sc_db_name }}
collection: lessons
metrics:
Expand Down

0 comments on commit 58d18e2

Please sign in to comment.