Skip to content

Commit

Permalink
Update json with new parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
xtophe38 committed Aug 26, 2020
1 parent 15b3828 commit b922002
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions TeemIpDiscoveryIPApplicationCollector.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,14 @@
"finalclass": "SynchroAttribute",
"friendlyname": "scan_timeout"
},
{
"attcode": "scan_cnx_refused_enabled",
"update": "0",
"reconcile": "0",
"update_policy": "master_locked",
"finalclass": "SynchroAttribute",
"friendlyname": "scan_cnx_refused_enabled"
},
{
"attcode": "status",
"update": "0",
Expand Down
8 changes: 8 additions & 0 deletions TeemIpDiscoveryIPv4SubnetCollector.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,14 @@
"finalclass": "SynchroAttExtKey",
"friendlyname": "requestor_id"
},
{
"attcode": "scan_cnx_refused_enabled",
"update": "0",
"reconcile": "0",
"update_policy": "master_locked",
"finalclass": "SynchroAttribute",
"friendlyname": "scan_cnx_refused_enabled"
},
{
"attcode": "scan_discovered",
"update": "1",
Expand Down
2 changes: 1 addition & 1 deletion module.teemip-ip-discovery-collector.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
'teemip-ip-discovery-collector/0.6.0',
'teemip-ip-discovery-collector/0.5.0',
array(
// Identification
//
Expand Down

0 comments on commit b922002

Please sign in to comment.