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

[dev.icinga.com #8060] Windows plugins should behave like their Linux cousins #2418

Closed
icinga-migration opened this issue Dec 11, 2014 · 6 comments
Labels
area/windows Windows agent and plugins enhancement New feature or request
Milestone

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/8060

Created by DreiIT on 2014-12-11 11:20:38 +00:00

Assignee: jflach
Status: Closed (closed on 2015-03-06 10:26:01 +00:00)
Target Version: 2.3.0
Last Update: 2015-03-06 10:26:01 +00:00 (in Redmine)


I think it would be more predictable and intuitive if the plugins of the Windows Icinga agent would use the same command line arguments, thresholds and output the same output/performance-data like there cousins from monitoring-plugins.org, which are used under Linux.

Changesets

2014-12-19 09:21:38 +00:00 by jflach 2e9944f

Change some things up in the windows-plugins

refs #7886 #7778 #8060 #8115

2015-01-23 15:34:16 +00:00 by jflach a4bfa99

Change plugins output  and update README

In their perfdata the plugins will now use absolute values for percentage thresholds.
Also the check_disks output is now more similar to the one of nagios/check_disk.
The README has also been improved.

refs #7886 #8060

2015-02-02 10:21:44 +00:00 by jflach 4771f79

Change how check_swap works and a debug line in check_disk

check_swap should now be faster and more accurate, it also checks against free space instead of taken swap.
The output and CMakeLists have been updated accordingly.

fixes #8287 refs #8060

2015-02-03 09:22:09 +00:00 by jflach acff668

Add check_memory, update check_swap, thresholds

Adds check_memory which works like check_swap which has been updated to work like check_memory
Both sport a -u(nit) option with MB as default, like their linux versions.
A possible bug with all plugins having the -u(nit) option when using -u kB has been fixed. Don't use icinga to monitor you commodore though.

refs #8287 #8060

2015-02-04 10:23:48 +00:00 by jflach dae9d76

Change plugins output  and update README

In their perfdata the plugins will now use absolute values for percentage thresholds.
Also the check_disks output is now more similar to the one of nagios/check_disk.
The README has also been improved.

refs #7886 #8060

2015-02-04 10:23:49 +00:00 by jflach 40ee309

Change how check_swap works and a debug line in check_disk

check_swap should now be faster and more accurate, it also checks against free space instead of taken swap.
The output and CMakeLists have been updated accordingly.

fixes #8287 refs #8060

2015-02-04 10:23:49 +00:00 by jflach 242359c

Add check_memory, update check_swap, thresholds

Adds check_memory which works like check_swap which has been updated to work like check_memory
Both sport a -u(nit) option with MB as default, like their linux versions.
A possible bug with all plugins having the -u(nit) option when using -u kB has been fixed. Don't use icinga to monitor you commodore though.

refs #8287 #8060
@icinga-migration
Copy link
Author

Updated by jflach on 2014-12-11 13:32:45 +00:00

  • Status changed from New to Assigned
  • Assigned to set to jflach

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-12-12 13:04:12 +00:00

  • Target Version set to 2.3.0

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-02-07 21:12:48 +00:00

@jean-marcel

Can you summarize the current state and open to-dos please?

@icinga-migration
Copy link
Author

Updated by jflach on 2015-02-09 08:22:58 +00:00

check_disk:
Done (see #7886).

check_load:
Due to Windows not supplying historical performance data this one works different from the nagios-linux version.

check_memory:
Does not exist in nagios plugins.

check_network:
Does not exist in nagios plugins, but still work to do. See #8324.

check_ping:
Should work like its linux version (one parameter is differend though).

check_procs:
Core functionality is the same (counting processes), but the nagios plugins one has extra features.

check_service:
Does not exist in nagios plugins, but still work to do (#8186).

check_swap:
Should work like its linux version.

check_update:
Does not exist in nagios plugins, but still work to do. (See #8120)

check_uptime:
Does not exist in nagios plugins.

check_users:
Should work like its linux version.

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-02-20 14:55:31 +00:00

  • Due Date set to 2015

@icinga-migration
Copy link
Author

Updated by jflach on 2015-03-06 10:26:01 +00:00

  • Status changed from Assigned to Closed
  • Done % changed from 0 to 100

They work as much as their Linux counter parts as they can.

@icinga-migration icinga-migration added enhancement New feature or request Plugins labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.3.0 milestone Jan 17, 2017
@dnsmichi dnsmichi added the area/windows Windows agent and plugins label May 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/windows Windows agent and plugins enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants