Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alexey Shapovalov
noc
Commits
ae4d0c7a
Verified
Commit
ae4d0c7a
authored
Jan 27, 2022
by
Andrey Vertiprahov
Browse files
Fix agent migration typo.
parent
74af9632
Changes
2
Hide whitespace changes
Inline
Side-by-side
sa/profiles/Iskratel/MSAN/get_version.py
View file @
ae4d0c7a
...
...
@@ -28,7 +28,7 @@ class Script(BaseScript):
version
=
self
.
snmp
.
get
(
"1.3.6.1.4.1.1332.1.1.5.1.3.1.0"
)
return
{
"vendor"
:
"Iskratel"
,
"platform"
:
"
Iskratel
SGR"
,
"platform"
:
"SGR"
,
"version"
:
version
,
# "attributes": {"Serial Number": serial},
}
...
...
wf/migrations/0012_agent_default.py
View file @
ae4d0c7a
...
...
@@ -220,7 +220,7 @@ class Migration(BaseMigration):
"expose_datastream"
:
False
,
}
for
label
,
descr
in
[
(
"noc::agent*"
,
"Agent authentication precessed labels"
),
(
"noc::agent
::
*"
,
"Agent authentication precessed labels"
),
(
"noc::agent::auth::none"
,
"Agent is not authenticate and "
),
(
"noc::agent::auth::pre"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment