There are (at least) four schedules in the Orion NPM product suite:
a) network sonar scheduled discoveries
b) NCM jobs (backup, inventory)
c) report scehduler
d) nightly database jobs
It is hard to figure out if there is any overlap between the jobs, I'd like to have a SINGLE scheduler component used by all of the products and for each of the functions to be migrated over time into it.
For network sonar discovery in particular
a) the creation of a discovery job should be split from its execution.
b) scheduled jobs should be able to be run manually
c) there should be a log of the actual discovery process that can be viewed for the scheduled task
d) Manual runs of discovery should have the import step be optional (so i don't have to wait for it to complete)