| Version 2 (modified by trac, 11 months ago) (diff) |
|---|
TracNav
Documentation
Guides
Information
Sponsoring
Modules
- overview
Checks and commands
- overview
CauseCrashes
CheckNSCP
CheckDisk
CheckLogFile
CheckEventLog
CheckSystem
CheckHelpers
- overview
- check_always_ok
- check_always_critical
- check_always_warning
- check_ok
- check_critical
- check_warning
- check_multi
- check_version
- check_timeout
- check_negate
CheckTaskSched
CheckTaskSched2
CheckWMI
Scripting Languages?
Servers and protocols?
- overview?
check_nrpe (NRPE Server)
check_nrpe (NRPE Client)
check_nt (NSClient Server)
check_nt (NSClient Client)?
NSCA (NSCA Server)
NSCA (NSCA Client)
NRDP (NRDP Client)
check_mk (CheckMK Server)
check_mk (CheckMK Client)
graphite (Graphite Client)
SMTP (SMTP Client)
syslog (Syslog Client)
Utilities and tools?
Donate
Check NSCP
Checkes the state of the agent
Queries (commands)
- check_nscp Check the internal healt of NSClient++.
Commands (executable)
TODO: Add command list
Configuration
CRASH SECTION
Configure crash handling properties.
Section: /settings/crash
Keys:
| Key | Title | Description |
| submit url | SUBMISSION URL | The url to submit crash reports to |
| submit | SUBMIT CRASHREPORTS | Submit crash reports to nsclient.org (or your configured submission server) |
| restart target | RESTART SERVICE NAME | The url to submit crash reports to |
| archive folder | folder | The archive folder for crash dunpes. |
| archive | ARCHIVE CRASHREPORTS | Archive crash reports in the archive folder |
| restart | RESTART | Submit crash reports to nsclient.org (or your configured submission server) |
SUBMISSION URL
Description: The url to submit crash reports to
Key: submit url
Default value: http://crash.nsclient.org/submit
Sample:
# SUBMISSION URL # The url to submit crash reports to [/settings/crash] submit url=http://crash.nsclient.org/submit
SUBMIT CRASHREPORTS
Description: Submit crash reports to nsclient.org (or your configured submission server)
Key: submit
Default value: 0
Sample:
# SUBMIT CRASHREPORTS # Submit crash reports to nsclient.org (or your configured submission server) [/settings/crash] submit=0
RESTART SERVICE NAME
Description: The url to submit crash reports to
Key: restart target
Default value: NSClientpp
Sample:
# RESTART SERVICE NAME # The url to submit crash reports to [/settings/crash] restart target=NSClientpp
folder
Description: The archive folder for crash dunpes.
Key: archive folder
Default value: ${shared-path}/crash-dumps
Sample:
# folder
# The archive folder for crash dunpes.
[/settings/crash]
archive folder=${shared-path}/crash-dumps
ARCHIVE CRASHREPORTS
Description: Archive crash reports in the archive folder
Key: archive
Default value: 1
Sample:
# ARCHIVE CRASHREPORTS # Archive crash reports in the archive folder [/settings/crash] archive=1
RESTART
Description: Submit crash reports to nsclient.org (or your configured submission server)
Key: restart
Default value: 1
Sample:
# RESTART # Submit crash reports to nsclient.org (or your configured submission server) [/settings/crash] restart=1








