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

feature: Add FreeBSD NFS Client/Server application support #6008

Merged
merged 77 commits into from Mar 3, 2017

Conversation

VVelox
Copy link
Contributor

@VVelox VVelox commented Feb 26, 2017

DO NOT DELETE THIS TEXT

Please note

Please read this information carefully. You can run ./scripts/pre-commit.php to check your code before submitting.

  • Have you signed the Contributors agreement - please do NOT submit a pull request unless you have (signing the agreement in the same pull request is fine). Your commit message for signing the agreement must appear as per the docs.
  • Have you followed our code guidelines?

Testers

If you would like to test this pull request then please run: ./scripts/github-apply <pr_id>, i.e ./scripts/github-apply 5926

This depends on librenms/librenms-agent#90 .

VVelox and others added 30 commits February 15, 2017 11:19
*setup the apps page to call it
@VVelox
Copy link
Contributor Author

VVelox commented Feb 27, 2017

Removed unneeded require lines.

@LibreNMS-CI
Copy link

Auto-Deploy finished, Test PR at http://6008.ci.librenms.org or https://6008.ci.librenms.org

$oid = 'nsExtendOutLine.13.102.98.115.100.110.102.115.99.108.105.101.110.116';
$nfsclient = snmp_walk($device, $oid, $options, $mib);

list( $Getattr, $Setattr, $Lookup, $Readlink, $Read, $Write, $Create, $Remove, $Rename, $Link, $Symlink, $Mkdir, $Rmdir,
Copy link
Member

Choose a reason for hiding this comment

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

Can you remove the space after list(

$oid = 'nsExtendOutLine.13.102.98.115.100.110.102.115.115.101.114.118.101.114';
$nfsserver = snmp_walk($device, $oid, $options, $mib);

list( $Getattr, $Setattr, $Lookup, $Readlink, $Read, $Write, $Create, $Remove, $Rename, $Link, $Symlink,
Copy link
Member

Choose a reason for hiding this comment

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

Space on list( again.

Copy link
Member

Choose a reason for hiding this comment

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

One at the end.

Copy link
Member

@laf laf left a comment

Choose a reason for hiding this comment

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

Just a couple of small changes + a rebase

@laf laf changed the title add FreeBSD NFS Client/Server app feature: Add FreeBSD NFS Client/Server application support Mar 1, 2017
@VVelox
Copy link
Contributor Author

VVelox commented Mar 1, 2017

Sweet. All changes made now.

@LibreNMS-CI
Copy link

Auto-Deploy finished, Test PR at http://6008.ci.librenms.org or https://6008.ci.librenms.org

@LibreNMS-CI
Copy link

Auto-Deploy finished, Test PR at http://6008.ci.librenms.org or https://6008.ci.librenms.org

@LibreNMS-CI
Copy link

Auto-Deploy finished, Test PR at http://6008.ci.librenms.org or https://6008.ci.librenms.org

1 similar comment
@LibreNMS-CI
Copy link

Auto-Deploy finished, Test PR at http://6008.ci.librenms.org or https://6008.ci.librenms.org

@laf
Copy link
Member

laf commented Mar 2, 2017

Can you change all variables to lowercase please.

@LibreNMS-CI
Copy link

Auto-Deploy finished, Test PR at http://6008.ci.librenms.org or https://6008.ci.librenms.org

@scrutinizer-notifier
Copy link

The inspection completed: 2 new issues

@laf laf merged commit 354bd21 into librenms:master Mar 3, 2017
@VVelox VVelox deleted the FreeBSD-NFS branch March 4, 2017 15:36
@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants