agentless_monitor 1.0.0
agentless_monitor: ^1.0.0 copied to clipboard
Monitor 1000+ servers without installing any agent. Uses SSH, SNMP, and REST API protocols to collect CPU, RAM, Disk, Network, Process and Service metrics. Auto-discovers new hosts in CIDR subnets. Ze [...]
We analyzed this package 9 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/Brah-Timo/agentless_monitor was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/Brah-Timo/agentless_monitor was unreachable. Make sure that the website is reachable via HEAD requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/Brah-Timo/agentless_monitor/issues was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
465 out of 749 API elements (62.1 %) have documentation comments.
Some symbols that are missing documentation: agentless_monitor.AgentlessMonitor.AgentlessMonitor.new, agentless_monitor.AlertEvent.AlertEvent.new, agentless_monitor.AlertEvent.isCritical, agentless_monitor.AlertEvent.isResolved, agentless_monitor.AlertEvent.isWarning.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:agentless_monitor/agentless_monitor.dartthat imports:package:agentless_monitor/src/discovery/port_prober.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Statements in a for should be enclosed in a block.
lib/src/protocols/snmp/snmp_v3_security.dart:428:33
╷
428 │ for (var c = 0; c < 4; c++) s[c] ^= w[c];
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/protocols/snmp/snmp_v3_security.dart
INFO: Statements in a for should be enclosed in a block.
lib/src/protocols/snmp/snmp_v3_security.dart:450:35
╷
450 │ for (var c = 0; c < 4; c++) s[c] = ns[c];
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/protocols/snmp/snmp_v3_security.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
^2.11.0 |
2.13.1 | 2.13.1 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
cron |
^0.5.1 |
0.5.1 | 0.6.2 | |
equatable |
^2.0.5 |
2.1.0 | 2.1.0 | |
freezed_annotation |
^2.4.1 |
2.4.4 | 3.1.0 | |
hive |
^2.2.3 |
2.2.3 | 2.2.3 | |
json_annotation |
^4.8.1 |
4.12.0 | 4.12.0 | |
retry |
^3.1.2 |
3.1.2 | 3.1.2 | |
stream_transform |
^2.1.0 |
2.1.1 | 2.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
clock |
- | 1.1.2 | 1.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
meta |
- | 1.19.0 | 1.19.0 | |
typed_data |
- | 1.4.0 | 1.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.5.1` on cron does not support the stable version `0.6.0`.
Try running dart pub upgrade --major-versions cron to update the constraint.
The constraint `^2.4.1` on freezed_annotation does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions freezed_annotation to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.14, Dart 3.12.2.
Check the analysis log for details.