GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
NTPSNMPD(8) NTPsec NTPSNMPD(8)

ntpsnmpd - NTP Simple Network Management Protocol sub-agent

ntpsnmpd [-nxdDlhV] [ntp host]

[experimental]

ntpsnmpd is an AgentX Simple Network Management Protocol sub-agent.

It functions as a bridge between the Mode 6 protocol used for Network Time Protocol monitoring, and an SNMP master agent. The user must have running NTP and SNMP daemons for ntpsnmpd to work.

-c filename, --configfile=filename
Alternate path for the configuration file, /etc/ntpsnmpd.conf by default

-n, --nofork

Do not fork

-x, --master-addr

Specify address for connecting to the master agent

-d, --debug

Increase debugging level by 1.

-D num, --set-debug-level=num

The debug level is set to the following integer argument.

-l filename, --logfile=filename

Log debugging output to the specified file.

-h, --help

Print a usage message summarizing options end exit.

-V, --version

Print the version string and exit.

Note that filenames in the options should be enclosed in quotes.
This is a temporary measure that will not be the case in future
versions.

master-addr addr
The address of the SNMP master agent to connect to. Can be either a named socket or an IP address / hostname and port number.

ntp-addr addr

The address of the NTP daemon to monitor.

logfile filename

Log debugging output to the specified file.

loglevel level

Threshold for log messages. Equivalent to -D

This file is used to store the state of options that can be set
by writing to certain OIDs. Any comments will be overwritten by
ntpsnmpd upon write.

notify-mode-change [ True | False ]

Enable notifications on ntpd mode change.

notify-stratum-change [ True | False ]

Enable notifications on NTP stratum change.

notify-syspeer-change [ True | False ]

Enable notifications when ntpd selects a new system peer.

notify-add-association [ True | False ]

Enable notifications when ntpd adds a new peer.

notify-rm-association [ True | False ]

Enable notifications when ntpd removes a peer.

notify-leap-announced [ True | False ]

Enable notifications on leap second announcement.

notify-heartbeat [ True | False ]

Send heartbeat notification.

heartbeat-interval interval

Frequency of heartbeat notification in integer seconds.

This program is still experimental in nature. Parts of the AgentX standard are not yet fully implemented, logging not fleshed out yet, some options missing, etc.

The ntpEntStatusEntityUptime OID specifies a bizarre time format. This does not match what the SNMP tools expect to see from a TimeTicks variable. Instead the daemon returns a normal TimeTicks value.

The ntpEntNotifConfigChanged trap is left unimplemented. This is because there currently is no way to implement what it wants, and it demands alerts regarding changes that are not part of NTP’s jurisdiction.

The ntpEntTimeResolution OID currently uses data from the sys_fuzz variable as the base for it’s calculations. It is by no means certain that this is the correct choice, and the returned data should be taken with scepticism.

The ntpEntStatPktModeTable is unimplemented due to not currently having a data source.

Always returns 0.
2022-04-09 NTPsec

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.