UnDiscoverables Plugin #232
Closed
Data-Monkey
started this conversation in
Show and tell
Replies: 2 comments 9 replies
|
I have some question on how the plugin works. Yes, I did read the plugins readme but I am missing something. So far my script generates the last_results.log file and the devices in there are recognised and are added to the plugin_objects table in the DB. What do I need to do to make them show up in the devices? I believe it has to be in the config.json file but I can't work it out. thanks |
9 replies
|
Closing as released |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
so I am trying to make a plugin for all these pesky "dumb" network devices that we would like to see in the network view.
Work in progress here: https://github.com/Data-Monkey/Pi.Alert/tree/undiscoverables_plugin
The goal is to read a list of devices from a file or maybe a param in the frontend and generate the devices.
All reactions