Skip to content

Commit

Permalink
Updated comments and license dates.
Browse files Browse the repository at this point in the history
  • Loading branch information
claymen committed Feb 4, 2010
1 parent df801c4 commit 2d2a39e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion copyright.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
All code is Copyright 2008-2009 by the original authors.
All code is Copyright 2008-2010 by the original authors.

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
25 changes: 15 additions & 10 deletions wmi.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
#!/usr/bin/php -q
<?php
/*
This file is the main application which interfaces the wmic binary with the
input and output from Cacti. The idea of this is to move the configuration
into Cacti rather than creating a new script for each item that you wish to
monitor via WMI.
The only configurable options are listed under general configuration and are
the debug level, log location and wmic location. Other than that all other
configuration is done via the templates.
*/
/**
* CactiWMI
* Version 0.0.7-SVN
*
* Copyright (c) 2008-2010 Ross Fawcett
*
* This file is the main application which interfaces the wmic binary with the
* input and output from Cacti. The idea of this is to move the configuration
* into Cacti rather than creating a new script for each item that you wish to
* monitor via WMI.
*
* The only configurable options are listed under general configuration and are
* the debug level, log location and wmic location. Other than that all other
* configuration is done via the templates.
*/

// general configuration
$wmiexe = '/usr/local/bin/wmic'; // executable for the wmic command
Expand Down

0 comments on commit 2d2a39e

Please sign in to comment.