Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add SNMP Profiles #173

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

github138
Copy link
Member

create, edit and delete profiles on the configuration page ( SNMP Profiles ).
Assign profiles on the objects "SNMP sync" page. Old SNMP setups are still available.

  • getSNMPProfileList (), getSNMPProfile (), getObjectSNMPProfile (),
    setObjectSNMPProfile (), renderSNMPProfiles (), renderSNMPProfilesEditor (),
    renderSNMPProfilesEditProfile (), renderSNMPSetProfileForm (),
    printSNMPProfileForm (), updateObjectAttributes (),
    updateSNMPProfile (), deleteSNMPProfile (), setSNMPProfile (): add new functions
  • doSNMPmining (), querySNMPData (), renderSNMPPortFinder (): add SNMP Profiles
  • get_pseudo_file (): add new tables

startPortlet ("Edit profile '{$profile['name']}'");
}
else
startPortlet ('Edit new profile';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

parse error

@github138
Copy link
Member Author

Fixed. Thanks.

create, edit and delete profiles on the configuration page ( SNMP Profiles ).
Assign profiles on the objects "SNMP sync" page. Old SNMP setups are still available.

* getSNMPProfileList (), getSNMPProfile (), getObjectSNMPProfile (),
  setObjectSNMPProfile (), renderSNMPProfiles (), renderSNMPProfilesEditor (),
  renderSNMPProfilesEditProfile (), renderSNMPSetProfileForm (),
  printSNMPProfileForm (), updateObjectAttributes (),
  updateSNMPProfile (), deleteSNMPProfile (), setSNMPProfile (): add new functions
* doSNMPmining (), querySNMPData (), renderSNMPPortFinder (): add SNMP Profiles
* get_pseudo_file (): add new tables
@github138 github138 changed the base branch from maintenance-0.20.x to master May 20, 2017 18:27
@github138
Copy link
Member Author

Rebase on master branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants